diff options
author | Julia Reynolds <juliacr@google.com> | 2019-03-29 16:01:20 -0400 |
---|---|---|
committer | Julia Reynolds <juliacr@google.com> | 2019-03-29 16:01:20 -0400 |
commit | 50e18ca6e9fca87276b7339b17dd2390ff7738d6 (patch) | |
tree | 027462d6cb40bcb6e6dd40278d7dbfdc047ac82c /proto/src | |
parent | cb64a683fb9a84e7def8b602aec35672ea749170 (diff) |
Metrics constants for bubble confirmation
Test: make
Bug: 129068779
Change-Id: I7f38ab0548078ef4efec3784df8ec19a11e06019
Diffstat (limited to 'proto/src')
-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 f52b94ff9ea1..ce39a709e637 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7158,6 +7158,10 @@ message MetricsEvent { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; + + // Open: Settings > app > bubble settings > confirmation dialog + DIALOG_APP_BUBBLE_SETTINGS = 1702; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |