commit | 9b0b32bd17d25ba6763139ce71f6d07240432e6a | [log] [tgz] |
---|---|---|
author | Soonil Nagarkar <sooniln@google.com> | Wed Jun 03 08:55:49 2020 -0700 |
committer | Soonil Nagarkar <sooniln@google.com> | Wed Jun 03 09:39:32 2020 -0700 |
tree | e80a41cd308b959c2dcc59771b2d560f68e9748a | |
parent | e9c530e9e8dca8533f528b5a1f99f6ac4b4d66d2 [diff] |
DO NOT MERGE Fix work profile change race condition in LMS It's possible for LMS to find out about work profile changes through external clients before LMS is notified via the UserInfoHelper. This means LMS will have stale information on work profiles, and will not refresh that information when appropriate. We add notifications for profile users as well so that LMS will refresh appropriately. Bug: 157444953 Test: manual Change-Id: I4dc9de6019847b790f2d4aa90b66484cf0a14674