Skip to content

Commit 6312e9a

Browse files
adding intent filters for Navi
1 parent 338cee3 commit 6312e9a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@
2626
android:theme="@style/Theme.Uplift.Starting">
2727
<intent-filter>
2828
<action android:name="android.intent.action.MAIN" />
29+
<action android:name="android.intent.action.VIEW" />
30+
31+
<category android:name="android.intent.category.DEFAULT" />
32+
<category android:name="android.intent.category.BROWSABLE" />
2933

3034
<category android:name="android.intent.category.LAUNCHER" />
35+
36+
<data android:scheme="uplift" />
3137
</intent-filter>
3238

3339
<meta-data

0 commit comments

Comments
 (0)