mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 13:54:09 +00:00
Disable Firebase analytics
This commit is contained in:
parent
cb1d2c5a74
commit
e60a24b22a
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppThemeTeal">
|
||||
|
||||
<meta-data
|
||||
android:name="firebase_analytics_collection_deactivated"
|
||||
android:value="true" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityMain"
|
||||
android:configChanges="orientation|screenSize"
|
||||
|
|
|
@ -48,6 +48,10 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/AppThemeTeal">
|
||||
|
||||
<meta-data
|
||||
android:name="firebase_analytics_collection_deactivated"
|
||||
android:value="true" />
|
||||
|
||||
<activity
|
||||
android:name=".ActivityMain"
|
||||
android:configChanges="orientation|screenSize"
|
||||
|
|
Loading…
Reference in a new issue