commit | cb677dd877300cee6142e35be2ecdde4e0867996 | [log] [tgz] |
---|---|---|
author | Robert Benea <robenea@google.com> | Wed Sep 06 14:43:09 2023 -0700 |
committer | Jainam Shah <jainams@google.com> | Mon Sep 18 19:22:28 2023 +0000 |
tree | da187c76b68083924f2335948140668d1d09a745 | |
parent | f619577c5de35306644e70c8d737021fe53fadaf [diff] |
Don't rebind deleted user, instead unbind all user services. The problem is that onUserRemove we rebindService to the gone uid that as a side effect would disable the bindings of the current ACTIVE user(s). This happens only if the user that we switch from is a GUEST since GUEST users are ephemeral and will be removed onSwitch. Test: manual Fixes: 245254232 Change-Id: I442db90ebf8fc7b0a4bdc7d7e3236b076a6ddeb6