Merge "Migrate UI to supportsMultipleUsers()." into jb-mr1-dev
This commit is contained in:
@@ -44,7 +44,7 @@ public class UserManager {
|
||||
* @return true if multiple users can be created, false if it is a single user device.
|
||||
* @hide
|
||||
*/
|
||||
public boolean supportsMultipleUsers() {
|
||||
public static boolean supportsMultipleUsers() {
|
||||
return getMaxSupportedUsers() > 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user