0

I am writing an application to add all our apps to the homescreen of our devices. I need it to skip the apps that are services or contentproviders that just run in the background and are never "launched" by the user.

Any ideas? Right now i am specifying the apps, but would like to have it more automated.

Thanks!

prolink007
  • 33,872
  • 24
  • 117
  • 185

1 Answers1

1

See this thread for information on finding launchable Intent instances from the package manager.

Community
  • 1
  • 1
Brian Dupuis
  • 8,136
  • 3
  • 25
  • 29