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

Commit c397f7bd authored by Pavel Grafov's avatar Pavel Grafov Committed by Android (Google) Code Review
Browse files

Merge "Improve javadoc for DISALLOW_DEBUGGING_FEATURES."

parents b5944670 9fb706c6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -366,8 +366,12 @@ public class UserManager {
    public static final String DISALLOW_REMOVE_MANAGED_PROFILE = "no_remove_managed_profile";

    /**
     * Specifies if a user is disallowed from enabling or
     * accessing debugging features. The default value is <code>false</code>.
     * Specifies if a user is disallowed from enabling or accessing debugging features. When set on
     * the primary user, disables debugging features altogether, including USB debugging. When set
     * on a managed profile or a secondary user, blocks debugging for that user only, including
     * starting activities, making service calls, accessing content providers, sending broadcasts,
     * installing/uninstalling packages, clearing user data, etc.
     * The default value is <code>false</code>.
     *
     * <p>Key for user restrictions.
     * <p>Type: Boolean