am 4046e012: Merge "Migrate UI to supportsMultipleUsers()." into jb-mr1-dev

* commit '4046e012887fff1f36dfd3eddc6f354d4c2497fc':
  Migrate UI to supportsMultipleUsers().
This commit is contained in:
Jeff Sharkey
2012-09-20 06:07:37 -07:00
committed by Android Git Automerger

View File

@@ -44,7 +44,7 @@ public class UserManager {
* @return true if multiple users can be created, false if it is a single user device. * @return true if multiple users can be created, false if it is a single user device.
* @hide * @hide
*/ */
public boolean supportsMultipleUsers() { public static boolean supportsMultipleUsers() {
return getMaxSupportedUsers() > 1; return getMaxSupportedUsers() > 1;
} }