Hi all, I have an app that schedules a notification for the user, the notification has two action buttons, "Check In" and "Close", I have a receiver that captures these actions in the starting intent, based on which of these two buttons are pressed when the user opens the notification, I need to...
Hi all, I have the need to schedule a notification on my app 14 days from whenever the user completes certain tasks, I came across this thread here that requests the REQUEST_SCHEDULE_EXACT_ALARM permission so, My question is, will a Receiver work in this case, is there anything special I need to...
I am searching this for a while, I collected a few examples together. So far able to send large sms message.
I am trying to follow smssent and smsdelivered by a "message_id", which I added by intent.putExtra but
I got the final value for each message. Below message key is the referring ID of the...
Hi,
I am trying to receive some data via intent from a character reading application via camera.
I am trying to use this code:
' *********************************************
Sub startVideoProcessing
Dim i As Intent
i.Initialize("android.intent.action.ACTION_VIEW", "")...
Hi all, I'm working on a small app that connects to a power usb meter via BLE, I need to log voltage and current values vs Time to a csv file, my question is, since I haven't used Services in a long time, I'm not sure of which one to use, I now see that there are Receivers, as if our lives are...
Dim i As Intent
i.Initialize(i.ACTION_EDIT, "content://com.android.calendar/events")
'The title of the event.
i.PutExtra("title", "Team reunion")
'The description of the event
i.PutExtra("description", "Project Discussion")
'Where the event takes place.
i.PutExtra("eventLocation", "Conference...
Good day!
I am struggling with a problem concerning my POS application integration with the VIVA softPOS application.
The documentation on developer.viva.com give us:
Intent payIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(
"vivapayclient://pay/v1"...
Hi everyone, I’m developing an app that will run on a panel tablet (kiosk).
This tablet has the screensaver function in system settings (colors or clock) with a button to start it. From settings seems that the screensaver can start ONLY if the tablet is charging… but since it is a tablet panel...
I'm getting something very strange, when using attached standard service, to receive an intent.
This works well when using
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="25"/>
But when I use
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="30"/>
nothing is...
Hello everyone.
I want add these two lines in my code.
lvIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
lvIntent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
Is there anyway to do it?
Thank you in advance.
Hello,
I have a Bluetooth audio device (mic+speaker) with 3 more buttons.
Tried to capture following intents using BroadcastReceiver:
"android.intent.action.MEDIA_BUTTON"
"android.bluetooth.headset.action.VENDOR_SPECIFIC_HEADSET_EVENT"
Tried to request AudioFocus and start a mediaplayer ( as...
Hi all.
I have a question.
I need to select a PDF on the user's phone (user will select this file), then open it and show the content to the user. If the user selected the correct file, I want him to confirm it by clicking a button below to save the file name in the local database.
I'm using...
Hi everyone,
I'm trying to get a response from a call via INTENT
Dim intent1 As Intent
intent1.Initialize("com.xxxxxx.action.xxxxxxxxxxx", "xxxxxxxxx://xxxxx.com/0/")
intent1.SetPackage("com.xxxxx.xxxxx")
intent1.AddCategory("android.intent.category.DEFAULT")...
¡Hola a todos!
Recientemente adquirí un equipo que cuenta con un sensor láser incorporado para medir distancias. Sin embargo, la aplicación preinstalada en el dispositivo es bastante básica y no aprovecha todo el potencial del sensor. Estoy muy interesado en desarrollar una aplicación...
Hello.
When I changed the targetSdkVersion to work with api 31, I started to show the following message when I did the
Uploading the app to Google Play:
You've uploaded an APK or Android App Bundle that has an activity, activity alias, service, or broadcast receiver with an intent filter, but...
I'm trying to implement the new receivers but with little success.
I enclose several examples below and illustrate the problems encountered
1) I've implemented a receiver that does something when boot completes. It works with Android 7 (after about 2/3 minutes from full boot) it doesn't work...
Hello,
When I run the application I get the following error:
notification_createnotification (java line: 204)
java.lang.IllegalArgumentException: ro.yo3ggx.rxtxe: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent...
Hello all,
I noticed that there are some alerts about Instagram deprecating receiving images with texts/captions pre filled. Is it true? If is possible, how can be done?
Does anybody have a code sample?
Thanks!
Hi all,
in my project there's a service module that listen for the ACTION_ACL_DISCONNECTED event.
When it occurs, I want to analyze the intent's extras available in the Service_Start Sub.
In the Android developer page they said that the Broadcast Action "Always contains the extra fields...
Not long ago Don provided example Provider Requester Activity based communication via Intents.
Although that Activity version had some hints in it for Service based version, it took several additional steps to get it working (Service Intent must be explicit, which may reflect more on my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.