I am trying to create a simple Android application that should always run in the foreground ... no one will have this app Can be killed once the device is restarted or it can be switched off, when the device is restarted.
I am working with Eclipse and Android 2.3 API 9.
The Android system is not actually allowed for this type of behavior for an application. To remove the user from the foreground and move the user to the home screen. If you want to develop an app like this, then you will probably be allowed to do this under a modified version of OS.
Comments
Post a Comment