Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47e8e16e authored by Mahaver Chopra's avatar Mahaver Chopra Committed by Android (Google) Code Review
Browse files

Merge "Add metrics constant for Managed provisioning"

parents 106253bd c8c97c2d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.