Merge "Fix conflict between metrics_constants and settings_enums."

This commit is contained in:
Aran Ink
2019-06-21 19:35:58 +00:00
committed by Android (Google) Code Review

View File

@@ -2374,6 +2374,11 @@ enum PageId {
// Settings > Apps and notifications > Notifications > Gentle notifications
GENTLE_NOTIFICATIONS_SCREEN = 1715;
// OPEN: Settings > System > Gestures > Global Actions Panel
// CATEGORY: SETTINGS
// OS: Q
GLOBAL_ACTIONS_PANEL_SETTINGS = 1728;
// OPEN: Settings > Display > Dark Theme
// CATEGORY: SETTINGS
// OS: Q
@@ -2384,9 +2389,4 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: Q
MODULE_LICENSES_DASHBOARD = 1746;
// OPEN: Settings > System > Gestures > Global Actions Panel
// CATEGORY: SETTINGS
// OS: Q
GLOBAL_ACTIONS_PANEL_SETTINGS = 1800;
}