Answer the question
In order to leave comments, you need to log in
How to make an application launch from a link if Chrome is not the default?
How to make an application launch from a link if Chrome is not the default?
added to manifest
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="example.com"
android:scheme="http" />
</intent-filter>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question