From f8e30f0defcfaced0b9b4ab80c8848c4c165926e Mon Sep 17 00:00:00 2001 From: jasonwshsu Date: Thu, 20 Aug 2020 17:25:36 +0800 Subject: [PATCH] Add constants for window magnification switch shortcutdialog. Bug: 146473544 Test: none Change-Id: Ib6695d9f4acee252f6a824c50ba875f10316034b --- core/proto/android/app/settings_enums.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 6eb89040998a2..4aa5df2a28c58 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -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; }