Skip to content

Commit

Permalink
Merge pull request #349 from this-Aditya/new-usage-events
Browse files Browse the repository at this point in the history
Added new events for Phone Usage Events
  • Loading branch information
mpgxvii authored Aug 1, 2023
2 parents a0018bf + f9a4eaf commit cdc42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/passive/phone/phone_usage_event.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "UsageEventType",
"type": "enum",
"doc": "Android activity usage event type.",
"symbols": ["FOREGROUND", "BACKGROUND", "CONFIG", "SHORTCUT", "INTERACTION", "OTHER", "UNKNOWN"]
"symbols": ["FOREGROUND", "BACKGROUND", "CONFIG", "SHORTCUT", "INTERACTION", "FOREGROUND_SERVICE_START", "FOREGROUND_SERVICE_STOP", "STANDBY_BUCKET_CHANGED", "STOPPED", "OTHER", "UNKNOWN"]
}, "doc": "Whether the event brought app to foreground or background or neither.", "default": "UNKNOWN" }
]
}

0 comments on commit cdc42b0

Please sign in to comment.