Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android App Usage Event plugin is missing events #430

Open
Hsankesara opened this issue Jul 21, 2023 · 1 comment
Open

Android App Usage Event plugin is missing events #430

Hsankesara opened this issue Jul 21, 2023 · 1 comment

Comments

@Hsankesara
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants