Skip to content

Commit 4046e01

Browse files
jsharkeyAndroid (Google) Code Review
authored andcommitted
Merge "Migrate UI to supportsMultipleUsers()." into jb-mr1-dev
2 parents 5555209 + 4673e7e commit 4046e01

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)