mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Changed value of "no user id" to -10000 (same as UserHandle.USER_NULL).
Test: no, thanks Bug: 146207078 Change-Id: I8bdab48caa8cff98ac8795e6aa20a2b295363fda
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user