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.
Use PackageManager class’s getInstalledApplications() method and take a look at this post.