diff options
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index f629cf6c82b0..f52b94ff9ea1 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7156,6 +7156,8 @@ message MetricsEvent { // Settings > app > bubble settings APP_BUBBLE_SETTINGS = 1700; + // OPEN: Settings > System > Aware > Info dialog + DIALOG_AWARE_STATUS = 1701; // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |