1
0
Fork 0

Closes #88 - Add Default + Browsable Intent Filter

master
Emily Kager 2019-01-09 14:45:40 -08:00 committed by Colin Lee
parent cefa12224f
commit 0f6528eeb9
1 changed files with 8 additions and 0 deletions

View File

@ -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>