On Tue, Sep 4, 2012 at 9:24 AM, thinkee365 <[email protected]> wrote: > there are lots of apps which will be started even i don't want them to start > once i power on my android device.
Short of removing or disabling those apps, you do not have a choice as to whether or not they start up. > so is there any method which can find all the apps that will be started > automatically once i boot my android device? Write an Android SDK app that uses PackageManager to find all of the apps that have an ACTION_BOOT_COMPLETED BroadcastReceiver registered and enabled. Anything else -- including all of the other techniques you listed -- are off-topic for this Google Group, which is for developing Android SDK apps. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

