AD_SERVICES_CONFIG no longer needs to be removed

https: //firebase.google.com/support/release-notes/android#analytics_v22-2-0
Change-Id: Ia59fa5c7365b9cb0c527ff1a25b72a7836e659e9
pull/1822/head
blue928sky 8 months ago
parent 18bcf14a73
commit 995f1625e7

@ -63,11 +63,6 @@
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" /> <meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
<!-- Disable collection of AD_ID for all build variants --> <!-- Disable collection of AD_ID for all build variants -->
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" /> <meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
<!-- Firebase automatically adds the following property which we don't use so remove it -->
<property
android:name="android.adservices.AD_SERVICES_CONFIG"
tools:node="remove" />
</application> </application>
</manifest> </manifest>

Loading…
Cancel
Save