diff options
author | Andrew Sapperstein <asapperstein@google.com> | 2019-06-18 20:19:35 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-18 20:19:35 -0700 |
commit | 41d9e7ca8d77df25e667aa6fd13986ee874351e7 (patch) | |
tree | 436cfac7347c808b74a0e19791ea14d0e35be6e7 /proto | |
parent | 1a7b83955fd0410b61e74f1ccacf64ac221b37fc (diff) | |
parent | eb1b030175912cce43c461ad3e461f93ce0aefae (diff) |
Merge "Add metrics for mainline modules license UI." into qt-dev
am: eb1b030175
Change-Id: I3b568d73d56bddf3943e4106703ee10da5629dd6
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
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 |