Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Deactivate Analytics by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Jun 9, 2021
1 parent 0f1136c commit 45f4ec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<activity android:name=".appintro.MyAppIntro"
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar" />

<meta-data
android:name="firebase_analytics_collection_enabled"
android:value="false" />

<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="false" />
Expand Down

0 comments on commit 45f4ec1

Please sign in to comment.