Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,7 @@ public class NotificationLockscreenUserManagerImpl implements internalFilter.addAction(NOTIFICATION_UNLOCKED_BY_WORK_CHALLENGE_ACTION); mContext.registerReceiver(mBaseBroadcastReceiver, internalFilter, PERMISSION_SELF, null); mCurrentUserId = ActivityManager.getCurrentUser(); // in case we reg'd receiver too late updateCurrentProfilesCache(); mSettingsObserver.onChange(false); // set up Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java +1 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,7 @@ public class NotificationLockscreenUserManagerImpl implements internalFilter.addAction(NOTIFICATION_UNLOCKED_BY_WORK_CHALLENGE_ACTION); mContext.registerReceiver(mBaseBroadcastReceiver, internalFilter, PERMISSION_SELF, null); mCurrentUserId = ActivityManager.getCurrentUser(); // in case we reg'd receiver too late updateCurrentProfilesCache(); mSettingsObserver.onChange(false); // set up Loading