acrossTU
acrossTU

Reputation: 11

Launch an existing Android App from a web link

I'm considering developing a web-based resource for our sales reps to use on their tablets. Among other information, I'd like to include links that would launch other applications on the tablet. For example, a link to the Google Drive app, (maybe even to a specific folder). Or maybe a link to the Android Gallery. Is this possible?

Upvotes: 1

Views: 245

Answers (1)

BigBen3216
BigBen3216

Reputation: 867

Yes you can, you have to use an intent filter and a custom scheme for the url.

https://stackoverflow.com/a/2958870/1552551

Upvotes: 1

Related Questions