History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUISecondaryUserService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b15f9bb9dcf92340c8263c1070dac97a50599c7 20-Apr-2016 Winson <winsonc@google.com> Fixing crash when dumping secondary SystemUI user service.

- Secondary user’s SystemUI process is initialized with
SERVICES_PER_USER, which is a strict subset of SERVICES, but mServices
is a fixed size array that does not change, so we need to add a null
check when iterating through the current list of services for the
non-primary user.

Bug: 28153575
Change-Id: I0a6b4726e82f2efddda358a835b1ef3d9f165375
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUISecondaryUserService.java
3c2c34bb039e92d68f466b7d194cbbe8241d8d60 05-Apr-2016 Winson <winsonc@google.com> Workaround to ensure that a SystemUI process is always available.

- For a non-primary user, this CL will ensure that the SystemUI process
is started when we are switched to the user. This allows us to
maintain our current user-management model for Recents, which depends
on this process for preloading and state management.

Bug: 27175589
Change-Id: Id985fc2876e6daf06f303b44c0f9d1d3fd377842
/frameworks/base/packages/SystemUI/src/com/android/systemui/SystemUISecondaryUserService.java