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

Commit fd53d56e authored by Alan Treadway's avatar Alan Treadway Committed by Android (Google) Code Review
Browse files

Merge "Add extra to control USER_SETUP_COMPLETE behavior."

parents 25a2c213 94de8c89
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -619,6 +619,21 @@ public class DevicePolicyManager {
    public static final String EXTRA_PROVISIONING_LOGO_URI =
            "android.app.extra.PROVISIONING_LOGO_URI";

    /**
     * A boolean extra indicating if user setup should be skipped, for when provisioning is started
     * during setup-wizard.
     *
     * <p>If unspecified, defaults to {@code true} to match the behavior in
     * {@link android.os.Build.VERSION_CODES#M} and earlier.
     *
     * <p>Use in an intent with action {@link #ACTION_PROVISION_MANAGED_PROFILE},
     * {@link #ACTION_PROVISION_MANAGED_DEVICE} or {@link #ACTION_PROVISION_MANAGED_USER}.
     *
     * @hide
     */
    public static final String EXTRA_PROVISIONING_SKIP_USER_SETUP =
            "android.app.extra.PROVISIONING_SKIP_USER_SETUP";

    /**
     * This MIME type is used for starting the Device Owner provisioning.
     *