diff options
| author | 2020-04-01 15:15:28 +0800 | |
|---|---|---|
| committer | 2020-04-02 10:41:29 +0800 | |
| commit | 93cbb37d19bfe41b91f94e10fa9586038df95368 (patch) | |
| tree | ef706df1b75793be53933685db8cce890d2771c5 | |
| parent | 88c870e6e8ca8ba82864ff22d6fe68b3c0415853 (diff) | |
Add FUELGAUGE_ADVANCED_BATTERY_OPTION
Bug: 149669413
Test: build pass
Change-Id: Id65bba9a8b96c697ad56a01472648f132efa0e58
Merged-In: Id65bba9a8b96c697ad56a01472648f132efa0e58
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index ab57e3dcdc53..6321651c1345 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2669,4 +2669,9 @@ enum PageId { // Open: Settings > Sound > Do Not Disturb > Apps > <Choose App> // OS: R DND_APPS_BYPASSING = 1840; + + // OPEN: Settings > Battery > Advanced battery option + // CATEGORY: SETTINGS + // OS: R + FUELGAUGE_ADVANCED_BATTERY_OPTION = 1842; } |