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

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

Merge "Reduce MAX_SECONDARY_USER_ID by 1" into main

parents 5da3cfe0 f6cea14f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -125,7 +125,8 @@ public final class UserHandle implements Parcelable {
    public static final int MIN_SECONDARY_USER_ID = 10;

    /** @hide */
    public static final int MAX_SECONDARY_USER_ID = Integer.MAX_VALUE / UserHandle.PER_USER_RANGE;
    public static final int MAX_SECONDARY_USER_ID =
            Integer.MAX_VALUE / UserHandle.PER_USER_RANGE - 1;

    /**
     * (Arbitrary) user handle cache size.