Is it possible to send parameter of a weblink as data to an android app when clicked in Android web browser?
For example: User opens Firefox browser in Android device. Navigates to a website. Clicks a link in that website and that link opens the related app in device and sends parameter of the link as data to app.
Thanks in advance.
Asked
Active
Viewed 95 times
0

gokturk
- 116
- 2
- 13
-
1possible duplicate of [Android Respond To URL in Intent](http://stackoverflow.com/questions/525063/android-respond-to-url-in-intent) – ben75 Feb 22 '15 at 09:38
-
The solution i was looking for is actually this: http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser – gokturk Feb 22 '15 at 11:01