Deeplink on click opens intent chooser in android
问题 I have implemented deeplinking in one for my activities. But when the link is clicked, an Intent chooser opens asking whether to open from the app or from the browser. How to open from app directly? Also, when the app is not installed, it does not take to playstore. It opens in the browser. Below is my code in the manifest : <activity android:name=".activities.VideoNewsDetailActivity" android:theme="@style/AppThemeActivity" android:configChanges="orientation|screenSize" > <!-- Add this new