My ultimate goal is to give the user the ability to open another app (such as Google chrome, etc) from my app. My attempt is to create an array with all the installed apps and their package names and use an Intent to open the third party app using the package name.
I am not sure how to go through the phone and find the package names. Can someone direct me in the right direction?