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

Commit 31a62165 authored by Felipe Leme's avatar Felipe Leme
Browse files

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

Test: no, thanks
Bug: 146207078

Change-Id: I8bdab48caa8cff98ac8795e6aa20a2b295363fda
parent 0b0d69e7
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;