I am developing an Android App (A) that can launch a third part app (B) and go to a specific page of the app. For example, In my app A, I have a button which when pressed must open another application and start an activity.
I understood this can be done using URI. How can I extract URI's of third party apps ?