It all started with something I read on: https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/3021001
a. The following automatic collection events of HUAWEI Analytics Kit depend on HMS Core [..] : INSTALLAPP (app installation), UNINSTALLAPP (app uninstallation), CLEARNOTIFICATION (data deletion), INAPPPURCHASE (in-app purchase), RequestAd (ad request), DisplayAd (ad display), ClickAd (ad tapping), ObtainAdAward (ad award claiming), SIGNIN (sign-in), and SIGNOUT (sign-out).
First question: anyone knows the full list of events that are automatically collected?
Second: how can one developer have control over this? For instance: disable automatic collection.
At: https://developer.huawei.com/consumer/en/doc/development/HMS-References/3021008 there are mentions about com.huawei.hms.analytics.HiAnalyticsInstance.setAutoCollectionEnabled()
- which is deprecated - and the other com.huawei.hms.analytics.HiAnalyticsInstance.setAnalyticsEnabled()
is not very clear what it does.