How can I open an Android Activity when the browser navigates to a specific URL?
I created a demo app in Kotlin to test the interaction between Activities and browser.
I want to open the browser clicking on a button at https://www.bbc.com)
.
When the user will navigate to the News page at https://www.bbc.com/news)
, I want to return to my app and open a specific Activity.
How can I open an Android Activity when the browser navigates to a specific URL?
I created a demo app in Kotlin to test the interaction between Activities and browser.
I want to open the browser clicking on a button at https://www.bbc.com)
.
When the user will navigate to the News page at https://www.bbc.com/news)
, I want to return to my app and open a specific Activity.