I need to start a new activity when a user taps a link in my webview, currently this works when using separate layouts and independent shouldOverrideUrlLoading for each one but these links could be infinite so I can't do that.
How do I start the same Activity/Intent each time a user taps a link when I'm already in the Activity I want?