Skip to content

Commit 818e471

Browse files
committed
Explicitly add internet permission
1 parent d467379 commit 818e471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-segmentation/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1717
package="com.google.firebase.segmentation">
1818

19+
<uses-permission android:name="android.permission.INTERNET" />
1920
<application>
2021
<service
2122
android:name="com.google.firebase.components.ComponentDiscoveryService"

0 commit comments

Comments
 (0)