Closes #88 - Add Default + Browsable Intent Filter

nightly-build-test
Emily Kager 5 years ago committed by Colin Lee
parent cefa12224f
commit 0f6528eeb9

@ -15,6 +15,14 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<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:scheme="http"/>
<data android:scheme="https"/>
</intent-filter>
</activity>
</application>

Loading…
Cancel
Save