Merge "Add new metrics constant for create shortcut page"
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 7108fae..7905def 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -6131,6 +6131,10 @@
     // OS: Q
     SETTINGS_HOMEPAGE = 1502;
 
+    // OPEN: Settings > Create shortcut(widget)
+    // CATEGORY: SETTINGS
+    // OS: Q
+    SETTINGS_CREATE_SHORTCUT = 1503;
     // ---- End Q Constants, all Q constants go above this line ----
 
     // Add new aosp constants above this line.