diff options
| author | 2019-06-19 00:24:12 +0000 | |
|---|---|---|
| committer | 2019-06-19 00:24:12 +0000 | |
| commit | eb1b030175912cce43c461ad3e461f93ce0aefae (patch) | |
| tree | 63e2ffff6e2a303ba2aa59724d7f0ca78ef29732 | |
| parent | 9ea1842c38271e4c1672da709aa4b2dc1094e8d3 (diff) | |
| parent | aad89bd4902b63d69c03bb0a25b2bdf9a4c0a2c4 (diff) | |
Merge "Add metrics for mainline modules license UI." into qt-dev
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 5 | ||||
| -rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 4874c4199eaa..4b6a6dec4c45 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2380,6 +2380,11 @@ enum PageId { // Note: Only shows up on first time toggle DIALOG_DARK_UI_INFO = 1740; + // OPEN: Settings > About phone > Legal information > Google Play system update licenses + // CATEGORY: SETTINGS + // OS: Q + MODULE_LICENSES_DASHBOARD = 1746; + // OPEN: Settings > System > Gestures > Global Actions Panel // CATEGORY: SETTINGS // OS: Q diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index a2bc0d4e2f6c..c58e92971e4f 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7397,6 +7397,11 @@ message MetricsEvent { // android.app.Notification$MessagingStyle, set by setStyle(). FIELD_NOTIFICATION_STYLE = 1745; + // OPEN: Settings > About phone > Legal information > Google Play system update licenses + // CATEGORY: SETTINGS + // OS: Q + MODULE_LICENSES_DASHBOARD = 1746; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |