Skip to content

Commit 4673e7e

Browse files
committed
Migrate UI to supportsMultipleUsers().
Bug: 7194531 Change-Id: Ifbbe3b4d954f8d11fb1c94674e5e7f8e21264c75
1 parent 5580005 commit 4673e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/UserManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public UserManager(Context context, IUserManager service) {
4444
* @return true if multiple users can be created, false if it is a single user device.
4545
* @hide
4646
*/
47-
public boolean supportsMultipleUsers() {
47+
public static boolean supportsMultipleUsers() {
4848
return getMaxSupportedUsers() > 1;
4949
}
5050

0 commit comments

Comments
 (0)