diff options
| author | 2019-03-30 01:31:28 +0000 | |
|---|---|---|
| committer | 2019-03-30 01:31:28 +0000 | |
| commit | 5e4bd68c95ca5a6eb9d4fb0497b4e5551e025ef4 (patch) | |
| tree | 6b4548ba6bcbd75581f2625b931b221bf1c28f04 | |
| parent | 32c15e69c594a34ce50ed78f0fc4a946684aa179 (diff) | |
| parent | 50e18ca6e9fca87276b7339b17dd2390ff7738d6 (diff) | |
Merge "Metrics constants for bubble confirmation"
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 3 | ||||
| -rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index bf33ac67e333..d0295274dbe4 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2328,4 +2328,7 @@ enum PageId { // OPEN: Settings > System > Aware > Info dialog DIALOG_AWARE_STATUS = 1701; + + // Open: Settings > app > bubble settings > confirmation dialog + DIALOG_APP_BUBBLE_SETTINGS = 1702; } 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 |