Merge "Add FUELGAUGE_ADVANCED_BATTERY_OPTION" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-06 06:17:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}