Made by FA
Made by FA

Reputation: 728

How to handle an Action View Intent inside my own app

Sorry if this should already have been asked, but Google didn't give me anything of that sort.

I would like to extend the capabilities of an in-app browser of mine to handle also links from other apps, so I guess I would need to handle Action_View intents. But after having searched it, I didn't find any ways of getting the URL of such an intent nor any other information on how to procede.

Might anyone help me here? Thank you!

Upvotes: 1

Views: 1387

Answers (1)

Made by FA
Made by FA

Reputation: 728

This combined with code of the Lightning browser in the Android manifest found my solution. Thanks!

Intercepting links from the browser to open my Android app

Upvotes: 1

Related Questions