Add Reduce Bright Colors page to settings_enum.proto

Test: builds
Bug: b/128465252
Change-Id: I3f89306922231ce4f08dd4fd664d8044184a9e77
This commit is contained in:
Sally
2020-10-13 18:51:32 +00:00
parent b5248c1f92
commit 75db7c4b17

View File

@@ -2756,4 +2756,9 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: S
SCREEN_TIMEOUT = 1852;
// OPEN: Settings > Accessibility > Reduce Bright Colors
// CATEGORY: SETTINGS
// OS: S
REDUCE_BRIGHT_COLORS_SETTINGS = 1853;
}