I am trying to start Maps from a webview via an intent like here
It works in my emulator, but on my phone I get an exception:
android.content.ActivityNotFoundException: Unable to find explicit activity class {android/com.android.internal.app.ResolverActivity}; have you declared this activity...
Hi All
Is there a way to display all intents that are raised by a device?
The reason I ask is that we have an android device with a built in barcode scanner but no documentation to show what intent is raised when a code is scanned.
There are no configuration settings that I can see that reveal...
I am trying to open accessibility permissions exactly in my application.
What am I doing wrong ?
Dim DoAction As Intent
DoAction.Initialize("", "")
DoAction.SetComponent("com.android.settings/.accessibility.b4a.example")
StartActivity(DoAction)
Hi all
We have acquired some Wepoy s96 android devices with built in barcode scanners, proper ones i.e. not using the camera.
I can use the scanner in keyboard mode but in complicated apps it is not easy to keep the focus on an edit text so I would rather try to capture the data in either...
With this code you can retrieve images shared to your app (e.g. if a user selects one or more images from the gallery and selects "Share..."). No permissions are required as the user selects the images :)
Add this to the manifest (send = one image, multiple = multiple images)
*code optimized*...
Following the tutorial here: https://www.b4x.com/android/forum/threads/receiving-shared-images-from-other-apps.81041/#post-574557
I was wondering if the code in the above tutorial can be modified to accept multiple images...
We need a new manifest addition:
AddActivityText(Main...
Google has made a series of intents for it's 'OK Google' voice search: https://developers.google.com/android/reference/com/google/android/gms/actions/package-summary https://android-developers.googleblog.com/2014/10/the-fastest-route-between-voice-search.html for third-party integrations.
I...
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.