Merge "Exposed UserManager.isHeadlessSystemUserMode() as public API." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4c1c534604
@@ -31445,6 +31445,7 @@ package android.os {
|
||||
method @RequiresPermission(anyOf={"android.permission.MANAGE_USERS", "android.permission.INTERACT_ACROSS_USERS"}, conditional=true) public android.os.Bundle getUserRestrictions(android.os.UserHandle);
|
||||
method public boolean hasUserRestriction(String);
|
||||
method public boolean isDemoUser();
|
||||
method public static boolean isHeadlessSystemUserMode();
|
||||
method public boolean isManagedProfile();
|
||||
method public boolean isQuietModeEnabled(android.os.UserHandle);
|
||||
method public boolean isSystemUser();
|
||||
|
||||
Reference in New Issue
Block a user