diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 7108faef576c..7905deff3350 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6131,6 +6131,10 @@ message MetricsEvent { // 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. |