How do I make my Android app persistent?

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