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 f8e75fd commit 227bf3bCopy full SHA for 227bf3b
firebase-installations/src/main/AndroidManifest.xml
@@ -1,7 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
package="com.google.firebase.installations">
4
-
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
5
+ <uses-permission android:name="android.permission.INTERNET" />
6
<application>
7
<service
8
android:name="com.google.firebase.components.ComponentDiscoveryService"
@@ -11,7 +12,4 @@
11
12
android:value="com.google.firebase.components.ComponentRegistrar" />
13
</service>
14
</application>
15
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
16
- <uses-permission android:name="android.permission.INTERNET" />
17
</manifest>
0 commit comments