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

Commit 3ac5c51d authored by Felipe Leme's avatar Felipe Leme
Browse files

Added javadoc to UserManager.isFull()

Test: not really
Bug: 438760762
Flag: DOCS_ONLY

Change-Id: I8a07d32eb7eb88bb28987cb8dabf8a244150a666
parent 42c9c29c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,7 @@ public class UserInfo implements Parcelable {
        return UserManager.isUserTypeDemo(userType) || (flags & FLAG_DEMO) != 0;
    }

    /** Returns whether the user is a "non-profile human user", as defined by {@link #FLAG_FULL}. */
    public boolean isFull() {
        return (flags & FLAG_FULL) == FLAG_FULL;
    }