diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index f08408bb695d..c1bb506fcfc2 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3083,6 +3083,12 @@ message MetricsEvent { // PACKAGE: The package name of the app the permission was revoked for ACTION_PERMISSION_REVOKE_WRITE_EXTERNAL_STORAGE = 733; + // ACTION: Logged when a provisioning session has started + PROVISIONING_SESSION_STARTED = 734; + + // ACTION: Logged when a provisioning session has completed + PROVISIONING_SESSION_COMPLETED = 735; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |