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

Commit 9fb706c6 authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Improve javadoc for DISALLOW_DEBUGGING_FEATURES.

Bug: 38193476
Test: read aloud.
Change-Id: Ife44949c82703b466c3cfa7114cb98fbe5f2e73c
parent 423e631d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -365,8 +365,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