diff options
| author | 2024-07-16 12:56:59 -0700 | |
|---|---|---|
| committer | 2024-07-16 12:56:59 -0700 | |
| commit | 780b839f1c05bb6cb6f1ddcf43ec579bdc9e4703 (patch) | |
| tree | c9495532e6b85d6eb7f5fc5ad326cd9bbe9e8f45 /libs/androidfw/StringPool.cpp | |
| parent | 7e29a7b4b7e0fc1770c33e8392e1da6779eca7f9 (diff) | |
Fix userId propagation in IMMS.Lifecycle#onUserCreated()
This is a follow up CL to my previous CL [1], which aimed to unify
UserManagerInternal.UserLifecycleListener
implementations.
While the idea itself is still valid, there was a bug in
InputMethodManagerService.Lifecycle#onUserCreated(),
which wanted to pass
int[]{ userId }
but ended up passing
int[userId]{ 0, 0, 0, ... }.
This CL addresses the above issue.
[1]: Ic66815a40a0aba2c4269b047ad9f8673df81d60d
cb958f75e60794f7be0ec645a5c8fd09e975b3e4
Bug: 352354308
Test: manually confirmed by adding a new user
Flag: EXEMPT bugfix
Change-Id: Ic4c48ff2c8a8cd68f03a428507fefe1212c1aa1c
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions