I use a library for my app which takes Google Advertising Id for some reason.
This will violate the Android Advertising Id policy.
My question is if I disable taking this id using the firebase metadata tag (ignoring what will happen to the library), am I still violating that policy?
The tag, according to firebase doc is:
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
I mean how google detects that using getAdvertisingId
method is violating?