Hey I have made a browser app for android, but now I need to give the user a change to set my browser as default.
EDIT: I have tried to use this code in my manifest but with nu luck
<intent-filter>
<action android:name="android.intent.action.VIEW"></action>
<category android:name="android.intent.category.DEFAULT"></category>
<category android:name="android.intent.category.BROWSABLE"></category>
</intent-filter>
But with no luck