I’d like to add a button to my app that will show the list of applications. I cannot seem to determine the correct Intent. I’ve been trying ACTION_ALL_APPS, but I get ActivityNotFound exception.
Share
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.
I don’t think there is a standard activity that displays all applications. You need to retrieve a list of all applications and display it in your own list. You can retrieve all the applications with this code snippet