Hi everyone, how can I open the localization services settings page?
or better, open directly the section relevant to one of that apps? it is possibile?
I already tried out this:
App.OpenURL("app-settings:")
But will open only the main page of the settings app
Thanks in advance
Hello!
I have written a taxi calling app with custom web socket push framework. The app has a starter service for global objects declaration and a pushservice service for handling the communication between server and mobile device. The pushservice also handles the Location and GPS...
Hi there!
I tried to build a sample app that notifies (using nb6) when the current user physical activity changes (using physical-activity-recognition-detection library).
It worked, but after closing the app with the user's 'task manager' (where you 'swipe' apps to stop them), I stopped...
From Stackoverflow:
You can enumerate all packages and retrieve their services:
List<PackageInfo> pkgs = getPackageManager().getInstalledPackages(PackageManager.GET_SERVICES);
for(PackageInfo pkg : pkgs) {
// You can now use pkg.services
}
How to do it with b4a?
Hi All,
I have looked at the forums regarding services but I am a little confused, especially with the changes with Android 8.
What I am trying to accomplish to create a service that runs in the background (and has to start on boot) and scans for BLE beacons every 5 minutes. I am happy with...
Hello all, i've been noticing this problem for a very long time, i have read all the threads that talk about Services, I stopped working on an app almost a year ago because i could not figure out why my Services were being killed and not re-started.
Basically i was working on an Email Client...
Hi to everybody,
I'm developing an android application that communicate with my own hardware board. I'm using the latest version of B4A and BLE2 library.
The app have to connect to the board, which is configured with its GATT. Then it sends a reboot command to the board, which restarts with...
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.