0

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 ?

  • By "extract URI" do you mean "to find out which URI would be opened by which third-party app"? – huytc Mar 15 '20 at 11:29
  • "I understood this can be done using URI" -- not usually. – CommonsWare Mar 15 '20 at 11:35
  • @commonsWare thanks, how else can we do it? Can we try automation using Selenium – Rahul Kumar A Mar 15 '20 at 14:10
  • If you are writing tests, use [Ui Automator](https://developer.android.com/training/testing/ui-automator). Or, if you are writing tests, Selenium might support this as well -- I have not used it. However, your question is not about writing tests, but writing an app. Apps in general cannot automate other apps, for obvious security reasons. – CommonsWare Mar 15 '20 at 14:15

0 Answers0