Browse Source

Add tags for firebase disabling

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
1f1eb30123
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/src/gplay/AndroidManifest.xml

+ 3 - 0
app/src/gplay/AndroidManifest.xml

@@ -14,6 +14,9 @@
         android:theme="@style/AppTheme"
         tools:replace="label, icon, roundIcon, theme, name, allowBackup">
 
+        <meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
+        <meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
+        
         <service
             android:name=".services.firebase.MagicFirebaseMessagingService">
             <intent-filter>