Merge "Update proto enum." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-05-20 20:05:35 +00:00
committed by Android (Google) Code Review

View File

@@ -1073,6 +1073,7 @@ message JobStatusDumpProto {
RARE = 3; RARE = 3;
NEVER = 4; NEVER = 4;
RESTRICTED = 5; RESTRICTED = 5;
EXEMPTED = 6;
} }
optional Bucket standby_bucket = 17; optional Bucket standby_bucket = 17;
optional bool is_exempted_from_app_standby = 27; optional bool is_exempted_from_app_standby = 27;