I am using deep linking in android application.
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
but when intent is fire there the option of app is show. i need only browser option will be show from deep link.
Please help!