diff options
author | Edgar Wang <edgarwang@google.com> | 2019-09-21 02:07:47 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-21 02:07:47 -0700 |
commit | 9423025444e7fa46f118ce6c2524709b41a885e5 (patch) | |
tree | 1b43f92da42f52a52cf49e84460c453da6542f92 /proto | |
parent | 5e73ae327126f6c6146685f61cf7cb03fe2bba3a (diff) | |
parent | 2ee661e5847e09b457c75ce52397e392e34d6763 (diff) |
Merge "Add log metrics for Aware Display Settings" into qt-qpr1-dev
am: 2ee661e584
Change-Id: I74c79ceaac3ad51c434706d37aa4f28cb60ceadf
Diffstat (limited to 'proto')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index f40a1eea255b..38154cb2a2bf 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7422,6 +7422,10 @@ message MetricsEvent { // OS: Q - QPR1 ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749; + // OPEN: Settings > System > Aware > Aware Display + // CATEGORY: SETTINGS + // OS: Q + SETTINGS_AWARE_DISPLAY = 1750; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |