diff options
| author | 2016-08-26 13:59:42 +0100 | |
|---|---|---|
| committer | 2016-09-12 16:58:48 +0100 | |
| commit | c8c97c2d10db37439333a71fec1fc1f37fb59397 (patch) | |
| tree | fe01f212b5fd758b9f1ab3806bf6f535024d6650 | |
| parent | 51c1b3466acfb77c14ee5332ff1ff2a273af4670 (diff) | |
Add metrics constant for Managed provisioning
Add metric constants to track DPC package name and DPC Installed from
play or not. These will be logged from Managed provisioning.
Bug: 31425628
Bug: 31426019
Change-Id: Ifc9a10d428a40006abfbab35ea455f95c02a14de
| -rw-r--r-- | proto/src/metrics_constants.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 00707e47e648..6dd6b9065819 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2279,6 +2279,13 @@ message MetricsEvent { // OPEN: Settings > Security > Device administrators DEVICE_ADMIN_SETTINGS = 516; + // ACTION: Managed provisioning was launched to set this package as DPC app. + // PACKAGE: DPC's package name. + PROVISIONING_DPC_PACKAGE_NAME = 517; + + // ACTION: Managed provisioning installed DPC from play or other source. + PROVISIONING_DPC_INSTALLED_FROM_PLAY = 518; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |