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

Commit 09df2739 authored by Eric Sandness's avatar Eric Sandness
Browse files

Update Documentation For ACTION_ADMIN_POLICY_COMPLIANCE

Add additional detail about the scenarios in which this action may be
sent to the administrator.

Bug: 142797275
Test: Documentation change only
Change-Id: I49be7e4f2b28bbcce4cb373ad98d1ac7f3380db9
parent ee7d195f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2324,6 +2324,11 @@ public class DevicePolicyManager {

    /**
     * Activity action: Starts the administrator to show policy compliance for the provisioning.
     * This action is used any time that the administrator has an opportunity to show policy
     * compliance before the end of setup wizard. This could happen as part of the admin-integrated
     * provisioning flow (in which case this gets sent after {@link #ACTION_GET_PROVISIONING_MODE}),
     * or it could happen during provisioning finalization if the administrator supports
     * finalization during setup wizard.
     */
    public static final String ACTION_ADMIN_POLICY_COMPLIANCE =
            "android.app.action.ADMIN_POLICY_COMPLIANCE";