diff options
| author | 2019-01-05 02:26:05 +0000 | |
|---|---|---|
| committer | 2019-01-05 02:26:05 +0000 | |
| commit | afbd1c4c7dc89d313e5afdbc69b40e47bed5018f (patch) | |
| tree | ba4e47643f008d92fa1e0d0b99deec0c66572bfc | |
| parent | 64f2019f3cfc4d4d9609e5a8edcc2c30ff9e318b (diff) | |
| parent | 71434b79244797a71ec7aded684a6e947fadddb0 (diff) | |
Merge "GUP: Add metrics constant for GUP UI"
| -rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 3180b479b520..3379b1b6d15a 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -6730,6 +6730,11 @@ message MetricsEvent { // OS: Q ZEN_CUSTOM_SETTINGS_DIALOG = 1612; + // OPEN: Settings > Developer Options > Game Update Packages + // CATEGORY: SETTINGS + // OS: Q + SETTINGS_GUP_DASHBOARD = 1613; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. |