mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fixed flags on example.
Guest is 2 and Ephemeral is 4, so it should be 6. Bug: 157770534 Test: None Change-Id: I82b94427a4474ee0773f17f5cda8338d5b7c3989
This commit is contained in:
@@ -2773,7 +2773,7 @@ enum VehicleProperty : int32_t {
|
||||
*
|
||||
* int32[0]: 42 // request id
|
||||
* int32[1]: 11 // Android id of the created user
|
||||
* int32[2]: 3 // Android flags (ephemeral guest) of the created user
|
||||
* int32[2]: 6 // Android flags (ephemeral guest) of the created user
|
||||
* int32[3]: 10 // current user
|
||||
* int32[4]: 0 // current user flags (none)
|
||||
* int32[5]: 3 // number of users
|
||||
@@ -2782,7 +2782,7 @@ enum VehicleProperty : int32_t {
|
||||
* int32[8]: 10 // 2nd user (user 10)
|
||||
* int32[9]: 0 // 2nd user flags (none)
|
||||
* int32[19]: 11 // 3rd user (user 11)
|
||||
* int32[11]: 3 // 3rd user flags (ephemeral guest)
|
||||
* int32[11]: 6 // 3rd user flags (ephemeral guest)
|
||||
* string: "ElGuesto" // name of the new user
|
||||
*
|
||||
* Then if the request succeeded, the HAL would return:
|
||||
|
||||
Reference in New Issue
Block a user