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 8e708cc commit 8602d8cCopy full SHA for 8602d8c
app/src/main/AndroidManifest.xml
@@ -19,12 +19,6 @@
19
20
<uses-permission android:name="android.permission.INTERNET" />
21
22
- <uses-permission android:name="android.permission.CAMERA" />
23
-
24
- <uses-permission android:name="android.permission.SMS" />
25
26
- <uses-permission android:name="android.permission.DUMP" />
27
28
<!--
29
Firebase automatically adds the AD_ID permission, even though we don't use it. If you use this
30
permission you must declare how you're using it to Google Play, otherwise the app will be
@@ -64,6 +58,4 @@
64
58
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
65
59
</application>
66
60
67
- <uses-permission android:name="android.permission.INTERNET" />
68
69
61
</manifest>
0 commit comments