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

Commit 4673e7ea authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Migrate UI to supportsMultipleUsers().

Bug: 7194531
Change-Id: Ifbbe3b4d954f8d11fb1c94674e5e7f8e21264c75
parent 5580005c
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;
    }