Add constants for window magnification switch shortcutdialog.

Bug: 146473544
Test: none
Change-Id: Ib6695d9f4acee252f6a824c50ba875f10316034b
This commit is contained in:
jasonwshsu
2020-08-20 17:25:36 +08:00
committed by Jason Hsu
parent 390c26305f
commit f8e30f0def

View File

@@ -2738,4 +2738,9 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: S
SETTINGS_COLUMBUS = 1848;
// OPEN: Settings > Accessibility > Magnification > Settings > Magnification area > Magnification switch shortcut dialog
// CATEGORY: SETTINGS
// OS: S
DIALOG_MAGNIFICATION_SWITCH_SHORTCUT = 1849;
}