Merge "Adds a new enum for screen timeout setting."

This commit is contained in:
Yi Jiang
2020-10-14 05:07:39 +00:00
committed by Android (Google) Code Review

View File

@@ -2751,4 +2751,9 @@ enum PageId {
// OS: R QPR2
BLUETOOTH_PAIRING_RECEIVER = 1851;
// OPEN: Settings > Display > Screen timeout
// CATEGORY: SETTINGS
// OS: S
SCREEN_TIMEOUT = 1852;
}