Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4046e012 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Migrate UI to supportsMultipleUsers()." into jb-mr1-dev

parents 55552094 4673e7ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }