Skip to content

Commit b659461

Browse files
authored
Fixing issues related with package visibility changes for Android 11. (#2316)
https://developer.android.com/about/versions/11/privacy/package-visibility
1 parent cb79c79 commit b659461

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

firebase-inappmessaging-display/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
55
<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+
614
<application>
715
<service android:name="com.google.firebase.components.ComponentDiscoveryService"
816
android:exported="false">

0 commit comments

Comments
 (0)