0

Check this out : Open an app when clicking on a url iOS

I'd like to do the same in android. Is it possible?

Community
  • 1
  • 1
Alexis
  • 16,629
  • 17
  • 62
  • 107

2 Answers2

2

Check out this two links: Hope that will help in overcoming your problem.

Visit Launch custom android application from android browser

Visit Make a link in the Android browser start up my app?

Community
  • 1
  • 1
Anupam
  • 3,742
  • 18
  • 55
  • 87
1

I believe you're looking for a custom intent

The manual on intents can be found here and an example of setting up a custom one can be found here

Community
  • 1
  • 1
Basic
  • 26,321
  • 24
  • 115
  • 201