瀏覽代碼

Added alternate intent filter urls

Vadik Sirekanyan 5 年之前
父節點
當前提交
63b58b49b5
共有 1 個文件被更改,包括 9 次插入0 次删除
  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>