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

Commit a4feaaa2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added javadoc to UserManager.isFull()" into main

parents 6368174d 3ac5c51d
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;
    }