Merge "Changed value of "no user id" to -10000 (same as UserHandle.USER_NULL)."
This commit is contained in:
commit
f2d4327c83
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue