There was an error while loading. Please reload this page.
1 parent 338cee3 commit 6312e9aCopy full SHA for 6312e9a
1 file changed
app/src/main/AndroidManifest.xml
@@ -26,8 +26,14 @@
26
android:theme="@style/Theme.Uplift.Starting">
27
<intent-filter>
28
<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" />
33
34
<category android:name="android.intent.category.LAUNCHER" />
35
36
+ <data android:scheme="uplift" />
37
</intent-filter>
38
39
<meta-data
0 commit comments