Can anybody please tell me how to open android application from URL in android.
I am using following method to open application in android but it doesn't works for me.
<data android:scheme="application"/>
I am passing source of URL "application://[RandomText]"
Is it correct way to open application?