I'm building an app that receives GPS signals every five seconds, and I know that these background service apps shut down on their own.
If background service is not available on Android OS, how does it work a service like Uber?
I heard the Programmer can register a whitelist that doesn't automatically close even if the app resides in the background. How can I register whitelist?