Liam_Saw
(Liam Saw)
August 28, 2025, 10:47pm
3
Using the app identifier you can make the screen_main a foreground service which adds a banner in the status bar notification menu. Currently you need to write the code in a AAR library and call it (as it isn’t built into Xojo yet). This is probably a bit advanced if youre just starting out.
Example
I’ve create an MDM (Mobile Device Management) App. It allows you to provision an Android device and control it. I’ll add a desktop app to generate the QR for provisioning. I’ll also add some screenshots of the current system. I have had to remove proprietary code so it is a little bare in its functionality back to the server. I have only included the local capabilities. This project can be easily expanded. It is able to run in the foreground and keep a consistent TCP connection to a server. In m…
Added a QR generator desktop app so you can load the app as an admin app via the welcome screen. Select the APK and it’ll generate the QR code. Tap the welcome screen on an Android device 6 times and it’ll open the camera. Scan the QR code and it’ll load the app as an Admin. Change the URL to where the package is located.
**Striped down version of a webapp
[image]