turn off all analytics by default

pull/28/head
geeksville 2020-04-21 08:58:20 -07:00
rodzic f6604c4043
commit d4de805813
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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