-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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.
Reactions are currently unavailable