Przeglądaj źródła

Fix Android launcher intent so that app appears in drawer.

master
Matt Laux 8 lat temu
rodzic
commit
c18caf52d0
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      android/app/src/main/AndroidManifest.xml

+ 3
- 1
android/app/src/main/AndroidManifest.xml Wyświetl plik

@@ -29,10 +29,12 @@
29 29
         android:name=".MainActivity">
30 30
         <intent-filter>
31 31
             <action android:name="android.intent.action.MAIN" />
32
+            <category android:name="android.intent.category.LAUNCHER" />
33
+        </intent-filter>
34
+        <intent-filter>
32 35
             <action android:name="android.intent.action.VIEW" />
33 36
             <category android:name="android.intent.category.BROWSABLE" />
34 37
             <category android:name="android.intent.category.DEFAULT" />
35
-            <category android:name="android.intent.category.LAUNCHER" />
36 38
             <data android:host="beta.meet.jit.si" android:scheme="https" />
37 39
             <data android:host="chaos.hipchat.me" android:scheme="https" />
38 40
             <data android:host="enso.me" android:scheme="https" />

Ładowanie…
Anuluj
Zapisz