An App uses Google Advertising ID. But as read online this tends to be changed based on User event.
If user visits Google Settings -> Ads screen and resets the ID than a new ID is been issued.
My Question is do other Android App gets a broadcast or a callback which states the Advertising ID has been changed. This is just to avoid re-query AdvertisingIdClient.getAdvertisingInfo(context).getId();
on every onResume.
Please guide if someone has any suggestion for the same.