turn off all analytics by default

This commit is contained in:
geeksville 2020-04-21 08:58:20 -07:00
parent f6604c4043
commit d4de805813

View file

@ -70,9 +70,13 @@
android:name="com.mixpanel.android.MPConfig.DisableViewCrawler"
android:value="true" />
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->
<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="false" />
<meta-data
android:name="firebase_analytics_collection_enabled"
android:value="false" />
<!-- we need bind job service for oreo -->
<service