-4

Possible Duplicate:
How to get a list of installed android applications and pick one to run

I have a button. I gave it a click event. Now, I want to list the installed applications on my Android mobile. Is there any possible way to do this using intents? If anyone knows, please tell me.

Community
  • 1
  • 1
  • This article should help you: http://www.androidsnippets.com/get-installed-applications-with-name-package-name-version-and-icon – Ron Aug 18 '11 at 13:28

2 Answers2

0

Try using the PackageManager.

Lucas B
  • 11,793
  • 5
  • 37
  • 50
0

Use PackageManager class's getInstalledApplications() method and take a look at this post.

Community
  • 1
  • 1
KV Prajapati
  • 93,659
  • 19
  • 148
  • 186