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

Commit f2d4327c authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Changed value of "no user id" to -10000 (same as UserHandle.USER_NULL)."

parents 2350a89e 31a62165
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4114,7 +4114,8 @@ struct UserInfo {
/**
 * Id of an Android user.
 *
 * Must be > 0 for valid ids, or -1 when it's not used.
 * Must be > 0 for valid ids, or -10000 (which is the same as Android.UserHandle.USER_NULL) when
 * it's not used.
 */
typedef int32_t UserId;