Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ed10601 authored by Jonathan Nguyen's avatar Jonathan Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Add is_uid annotation to app_usage_event_occurred"

parents df1f6dbb bf0912d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10520,7 +10520,7 @@ message DisplayWakeReported {
 * Logs app usage events.
 */
message AppUsageEventOccurred {
    optional int32 uid = 1;
    optional int32 uid = 1 [(is_uid) = true];
    optional string package_name = 2;
    optional string class_name = 3;