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 04ddc86 commit c882dbdCopy full SHA for c882dbd
app/src/main/AndroidManifest.xml
@@ -19,6 +19,12 @@
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
@@ -58,4 +64,6 @@
58
64
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
59
65
</application>
60
66
67
+ <uses-permission android:name="android.permission.INTERNET" />
68
61
69
</manifest>
0 commit comments