Category "android-intent"

How to open file with custom extension on android 11 via action open document

How i can open file with my extension settings. Framework see this file,but i can't open it. when i set mime_type / all ok,but it allow to open all file types,b

ChromeOS startActivity does not work if I close app (X top right) and get a notification

I have a ChromeOS 100 Acer Chromebook 314. I open the app, I am logged in, and after that I will close it from the top-right corner. Then I receive a notificati

When confirming payment intent with Stripe the funds are being hold but the API returns as failed

I am trying to hold funds on the customer card until the trip has been completed. On the server: > const capture = await stripe.paymentIntents.create({ >

Intent action type ("image/jpeg") not enforced by all registered apps, which return incorrect filetypes

Objective Send an intent to open the gallery for selecting photos, show photos only, and allow multi select. Simple. Problem There are some apps that are regist

Android deep link intent doesn't work on some devices

I have an app that listens for a deeplinks starting with example:// The app can be launched by scanning a QR code containing a deeplink. <intent-filter&g

Android: Start an Activity from a Service when app is killed

In my app, I have a Service running in the background (and foreground). In this Service, there's a CountdownTimer and when it finishes I want to launch the app

Having issues with UPI deep-link from a web application for non-merchant initiated transaction

I am working on a web application where I would like to enable UPI transactions between two UPI Ids (non-merchant UPIs) for non-business purposes. Example, tran

Google maps cross-platform URL fails to load route on Android after "in app navigation"

I have an Angular 9 + Ionic 5 application, deployed as PWA, Android and IOS apps. We use google's universal, cross-platform URL to launch Google Maps, as descri

How to install any Android app programmatically in Android 10

In Android 9 & 10 I face issued in install app programmatically in Android Studio using filepath apk file. Below show what I tried.. Intent intent = new I

Problem receiving intents with Zebra Data Wedge decode_data

I am trying to receive more than one data from the RFID tag (EPC, USER and TID), but from the "intent" I receive empty data. When i use: "com.symbol.datawedge.d

Problem receiving intents with Zebra Data Wedge decode_data

I am trying to receive more than one data from the RFID tag (EPC, USER and TID), but from the "intent" I receive empty data. When i use: "com.symbol.datawedge.d

How do I prevent Intent.createChooser from using the Intent automatically if there is only one intent?

I'm trying to create an Intent Chooser for editing a "Profile Picture", with the following options: 1. Camera 2. Gallery 3. Delete Image Based on the permissio

Share Button In Compose

How can I make a share button in compose, which will share a download link, I tried this but the result was different that I expected. Here is the code. Button

intent.resolveActivity returns null in API 30

Looking at intent.resolveActivity != null but launching the intent throws an ActivityNotFound exception I wrote opening a browser or an application with Deep li

Android - deep link - got null categories from intent

My app can be opened with deep link. When clicking a link in an email from the Outlook Android app, my app is opened. But, the Intent doesn't contain any catego

How to Pass a List of Objects from activity A to activity B in Kotlin?

I have 2 Activities, I want to pass an arraylist of an Object and show it on a ListView Activity A: btnGuardar.setOnClickListener{ i

Share Intent text using Kotlin on Android

I want to share text in my CardView using share Intent using kotlin but there is a problem with last line in the code in kotlin the code val shareIntent = I

How to Get Image Path in my App which is Selected from Whats app's Chat?

i have demo application with image view and in this image view i need to set image from which selected from whats app Chat, Currently i was getting Path of sele

Trying to pass a background color through intentPutExtra

I am trying to set the background color with intentPutExtra but it doesn't seem to change, this is my intent from the MainActivity: @Override publ

Share PDF using intent in android not working in Android 12

Am not able to share PDF using intent only in android 12 but its working fine below version. Am downloading file and taking file Uri from download folder. Downl