소스 검색

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>