I need to create a background service like when user is trying to open any of the installed application, let him know that application's information (eg: Package-name) before that application begins to starts.
feedback
|
|
As far as I know, this isn't possible unless a) the app is a launcher, which can show a notification before starting applications, or b) the app requires root access -- something I'm assuming you don't want. For Android, it would be a serious issue if a service could stop the user from opening apps: the service could start on boot, and then no other apps could be opened to shut it down, rendering the device useless. Hope this helps. | |||||||||||||
feedback
|
|
you can create services by this way ::
and you can get install ap information by this :: http://www.androidsnippets.com/get-installed-applications-with-name-package-name-version-and-icon | |||||||
feedback
|