diff options
| author | 2017-06-21 15:17:53 -0700 | |
|---|---|---|
| committer | 2017-06-21 15:28:47 -0700 | |
| commit | 602bcc90fc3ff372bdda4bdcb0c7dc5f2e286589 (patch) | |
| tree | 4538c8f4c5966ad41f3466ca046465a9fdec33fb | |
| parent | 736ba78a6e3bc1a1ec5b390e1558217b9d43de0c (diff) | |
Add metric for anomaly action
Add action for "background activity" and "location check"
Bug: 37681923
Test: Build
Change-Id: I68c9e04ce97ef0fd4d048fa310c24c6d269aea79
| -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 } |