Revert "Testing... To be removed!"

This reverts commit c882dbd507.
pull/1837/head
Simon Marquis 2 years ago
parent e125658335
commit 34b2957b6f

@ -19,12 +19,6 @@
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.SMS" />
<uses-permission android:name="android.permission.DUMP" />
<!-- <!--
Firebase automatically adds the AD_ID permission, even though we don't use it. If you use this Firebase automatically adds the AD_ID permission, even though we don't use it. If you use this
permission you must declare how you're using it to Google Play, otherwise the app will be permission you must declare how you're using it to Google Play, otherwise the app will be
@ -64,6 +58,4 @@
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" /> <meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
</application> </application>
<uses-permission android:name="android.permission.INTERNET" />
</manifest> </manifest>

Loading…
Cancel
Save