We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 281cdf6 + d1aed94 commit 353db0bCopy full SHA for 353db0b
1 file changed
app/src/main/AndroidManifest.xml
@@ -11,6 +11,14 @@
11
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
12
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
13
14
+ <!-- We need to be able to open links in the browser on API 30+ -->
15
+ <queries>
16
+ <intent>
17
+ <action android:name="android.intent.action.VIEW" />
18
+ <data android:scheme="http|https|market" />
19
+ </intent>
20
+ </queries>
21
+
22
<uses-feature
23
android:name="android.hardware.touchscreen"
24
android:required="false" />
0 commit comments