Android Question Intent for Browser Navigating?

JohnC

Expert
Licensed User
Longtime User
Is there an Intent filter I can setup/tap-into so my app can detect when then user browses to a new URL either by clicking a link (outside of my app) that launches the default browser to display that webpage, or when the user is already inside the browser app and then click a link on an already loaded webpage which then makes the browser navigate to the new webpage?
 
Top