Loading core/java/android/os/UserManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/os/UserManager.java +6 −2 Original line number Diff line number Diff line Loading @@ -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 Loading