summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-03-30 01:31:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-03-30 01:31:28 +0000
commit5e4bd68c95ca5a6eb9d4fb0497b4e5551e025ef4 (patch)
tree6b4548ba6bcbd75581f2625b931b221bf1c28f04 /proto
parent32c15e69c594a34ce50ed78f0fc4a946684aa179 (diff)
parent50e18ca6e9fca87276b7339b17dd2390ff7738d6 (diff)
Merge "Metrics constants for bubble confirmation"
Diffstat (limited to 'proto')
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto4
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