You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android app usage event plugin is missing many foreground, background and interaction event and classifying them as others.
From this code, the plugin is classifying ACTIVITY_RESUMED as foreground, ACTIVITY_PAUSED as Background and USER_INTERACTION_COMPAT as Interaction. Most of the rest of the activity classified as Other.
Looking at the current android code and documentation, we are missing events: USER_INTERACTION, STANDBY_BUCKET_CHANGED, FOREGROUND_SERVICE_START, FOREGROUND_SERVICE_STOP and ACTIVITY_STOPPED. It would be good to update the plugin to add the rest of the events as well.
The text was updated successfully, but these errors were encountered:
The Android app usage event plugin is missing many foreground, background and interaction event and classifying them as others.
From this code, the plugin is classifying
ACTIVITY_RESUMED
as foreground,ACTIVITY_PAUSED
as Background andUSER_INTERACTION_COMPAT
as Interaction. Most of the rest of the activity classified as Other.Looking at the current android code and documentation, we are missing events:
USER_INTERACTION
,STANDBY_BUCKET_CHANGED
,FOREGROUND_SERVICE_START
,FOREGROUND_SERVICE_STOP
andACTIVITY_STOPPED
. It would be good to update the plugin to add the rest of the events as well.The text was updated successfully, but these errors were encountered: