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.
1 parent cb79c79 commit b659461Copy full SHA for b659461
firebase-inappmessaging-display/src/main/AndroidManifest.xml
@@ -3,6 +3,14 @@
3
4
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
5
<uses-permission android:name="android.permission.INTERNET" />
6
+
7
+ <queries>
8
+ <intent>
9
+ <action android:name="android.intent.action.VIEW" />
10
+ <data android:scheme="https" />
11
+ </intent>
12
+ </queries>
13
14
<application>
15
<service android:name="com.google.firebase.components.ComponentDiscoveryService"
16
android:exported="false">
0 commit comments