Possible Duplicate:
How to get a list of installed android applications and pick one to run
We have using a android mobile.
- How to list out
All Installed Applications. - How to list out
All Running Applications.
Help Me. Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To get the list of activities/applications installed on Android:
Referred from: How to get a list of installed android applications and pick one to run
To check all running applications
Referred From: http://www.dreamincode.net/forums/topic/138412-android-20-list-of-running-applications/
Note: Above described function will return correct result for below API 21, for 21 and above it’s deprecated.