diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e2ec0fc..450b8ac 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -101,4 +101,15 @@ | |||
101 | 101 | ||
102 | </application> | 102 | </application> |
103 | 103 | ||
104 | <queries> | ||
105 | <intent> | ||
106 | <action android:name="android.intent.action.VIEW" /> | ||
107 | <data android:scheme="https" /> | ||
108 | </intent> | ||
109 | <intent> | ||
110 | <action android:name="android.intent.action.VIEW" /> | ||
111 | <data android:scheme="content" /> | ||
112 | </intent> | ||
113 | </queries> | ||
114 | |||
104 | </manifest> | 115 | </manifest> |