I'm trying to develop an application launcher application for android. I'm in the very beginning but I have a problem here: How do I get a list of all installed applications in android?
feedback
|
|
Use these methods in your activty to get a list of installed applications.
| ||||
|
feedback
|
|
I'd suggest you to atleast search stackoverflow before posting a question. From a duplicate question : via @karan Following is the code to get the list of activities/applications installed on Android :
| |||
|
feedback
|