Add AppOptimizationModeEventsUtils to save & update app optimization mode expiration events.
- [Update] Save app optimizaiton mode set & expire events from turbo. - [Reset ] Restore optimization mode for expired events in Periodic job. - [Delete] Cancel expiration event if user updates mode in app usage page. Bug: 338965652 Test: atest + manual Change-Id: I3fb7311207da1bdb1146ea1ff041aca6adb66052
This commit is contained in:
@@ -21,6 +21,7 @@ message BatteryOptimizeHistoricalLogEntry {
|
||||
BACKUP = 5;
|
||||
FORCE_RESET = 6;
|
||||
EXTERNAL_UPDATE = 7;
|
||||
EXPIRATION_RESET = 8;
|
||||
}
|
||||
|
||||
optional string package_name = 1;
|
||||
|
Reference in New Issue
Block a user