Android Question Defining an URI scheme to open my app

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

I want to use something like an URI scheme to open a certain Activity in my app. Say I visit a webpage in a webview and it contains a redirect test:// it should open an activity/intent in my app.

Is that possible?

Cheers.
 
Top