Skip to content

Commit c882dbd

Browse files
committed
Testing... To be removed!
1 parent 04ddc86 commit c882dbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919

2020
<uses-permission android:name="android.permission.INTERNET" />
2121

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+
2228
<!--
2329
Firebase automatically adds the AD_ID permission, even though we don't use it. If you use this
2430
permission you must declare how you're using it to Google Play, otherwise the app will be
@@ -58,4 +64,6 @@
5864
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
5965
</application>
6066

67+
<uses-permission android:name="android.permission.INTERNET" />
68+
6169
</manifest>

0 commit comments

Comments
 (0)