diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 97c94ec251930..d5a3b5e91151a 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2537,4 +2537,9 @@ enum PageId { // OS: R ACCESSIBILITY_CAPTION_MORE_OPTIONS = 1820; + // OPEN: Settings > Battery > Battery share + // CATEGORY: SETTINGS + // OS: R + FUELGAUGE_BATTERY_SHARE = 1821; + }