diff options
| author | 2017-06-22 18:46:07 +0000 | |
|---|---|---|
| committer | 2017-06-22 18:46:11 +0000 | |
| commit | 378965aee1477023d6fc30a0c8729ece55c68ac3 (patch) | |
| tree | 8066865144c6bc094d7ee11a7b261799650408bb | |
| parent | 4448d47ed21866e407e65a05414cf0092c005c85 (diff) | |
| parent | 602bcc90fc3ff372bdda4bdcb0c7dc5f2e286589 (diff) | |
Merge "Add metric for anomaly action" into oc-dr1-dev
| -rw-r--r-- | proto/src/metrics_constants.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index f696f94cae1f..b3a4007ff399 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4124,6 +4124,16 @@ message MetricsEvent { // OS: O DR ACTION_PSD_LOADER = 1019; + // ACTION: Background check action on an app + // CATEGORY: SETTINGS + // OS: O DR + ACTION_APP_BACKGROUND_CHECK = 1020; + + // ACTION: Location check action on an app + // CATEGORY: SETTINGS + // OS: O DR + ACTION_APP_LOCATION_CHECK = 1021; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |