We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d5805 + d5fa455 commit 5e4721eCopy full SHA for 5e4721e
1 file changed
app/src/main/AndroidManifest.xml
@@ -16,6 +16,14 @@
16
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
17
<uses-permission android:name="com.android.vending.BILLING" />
18
19
+ <queries>
20
+ <intent>
21
+ <action android:name="android.intent.action.VIEW" />
22
+ <category android:name="android.intent.category.BROWSABLE" />
23
+ <data android:scheme="https" />
24
+ </intent>
25
+ </queries>
26
+
27
<application
28
android:name=".base.App"
29
android:allowBackup="false"
0 commit comments