Add metrics for mainline modules license UI.

Bug: 135183006
Test: none
Change-Id: Id5f0ed37f64545d7e1b73f9aad61a0357460eea5
This commit is contained in:
Andrew Sapperstein
2019-06-18 11:19:44 -07:00
parent ec3ba99e95
commit aad89bd490
2 changed files with 10 additions and 0 deletions

View File

@@ -2380,6 +2380,11 @@ enum PageId {
// Note: Only shows up on first time toggle
DIALOG_DARK_UI_INFO = 1740;
// OPEN: Settings > About phone > Legal information > Google Play system update licenses
// CATEGORY: SETTINGS
// OS: Q
MODULE_LICENSES_DASHBOARD = 1746;
// OPEN: Settings > System > Gestures > Global Actions Panel
// CATEGORY: SETTINGS
// OS: Q

View File

@@ -7397,6 +7397,11 @@ message MetricsEvent {
// android.app.Notification$MessagingStyle, set by setStyle().
FIELD_NOTIFICATION_STYLE = 1745;
// OPEN: Settings > About phone > Legal information > Google Play system update licenses
// CATEGORY: SETTINGS
// OS: Q
MODULE_LICENSES_DASHBOARD = 1746;
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS