Merge "Add metric enums for zen access control page."

This commit is contained in:
TreeHugger Robot
2019-03-18 18:52:13 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -2302,4 +2302,7 @@ enum PageId {
// Panel for Wifi
PANEL_WIFI = 1687;
// Open: Settings > Special App Access > Do not disturb control for app
ZEN_ACCESS_DETAIL = 1692;
}

View File

@@ -7117,6 +7117,9 @@ message MetricsEvent {
// overridden by the system.
FIELD_NOTIFICATION_IMPORTANCE_ASST = 1691;
// Open: Settings > Special App Access > Do not disturb control for app
ZEN_ACCESS_DETAIL = 1692;
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS