Selaa lähdekoodia

Added alternate intent filter urls

Vadik Sirekanyan 5 vuotta sitten
vanhempi
commit
63b58b49b5
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9 0
      app/src/main/AndroidManifest.xml

+ 9 - 0
app/src/main/AndroidManifest.xml

@@ -34,6 +34,15 @@
                 <data
                     android:host="www.knigopis.com"
                     android:scheme="http" />
+                <data
+                    android:host="www.knigopis.com"
+                    android:scheme="https" />
+                <data
+                    android:host="knigopis.com"
+                    android:scheme="http" />
+                <data
+                    android:host="knigopis.com"
+                    android:scheme="https" />
             </intent-filter>
         </activity>