i have tried link1, link2,link3, link4, link5, link6
Here\'s everything described about DeepLinking
What i want is the custom uri myapp://some_data, opens th
To be more specific, i want to open the native application when u url of type inderbagga://a1b22c333 is clicked, Either from sms application or gmail/yahoomail email message body.
There are many SMS and email applications available for Android. Precisely none of them know to convert inderbagga://a1b22c333 into clickable entries. You could build a list of all of those apps, contact each of their development teams, and ask them to add it.
Or, you could have your app watch for a particular http:// URL instead. While the user would be presented with a chooser, to view that URL within your app or a Web browser, at least it will be clickable.