I have a project that needs to enable auto-start by the user and check that auto-start is enabled
Asking to enable autostart works fine but I can't figure out if autostart is enabled or not
I used the following Sub to get auto launch permission
:
Sub CheckAppAutoStartSomeDevice
Try...
This is a trimmed version of a thread started here:
https://www.b4x.com/android/forum/threads/contentproviderhelper-checkassociationandpermissionlocked-say-what.146251/
Perhaps the length of the original post was not appropriate.
I am trying to figure out why it's possible to send a bitmap...
Hello
They asked me to adapt a code to B4A but I can't find a solution to something.
It is about making an app that communicates by INTENT with another that in turn interfaces with some payment devices. They give me the intent parameters but I have not received a response from the other app...
Hi everyone,
i've a CustomListView in a [b4x]Drawer, with some items. Each item has a Value, this value is a custom type called "ComunicationData" that contains several strings, like cd.Link
When i click on the clv item, the sub "ItemClick" is fired and is this one:
As you can see the code in...
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...
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.