Sometimes to move forward you need to move backwards.

Part A.

Bug: 26118802
Change-Id: I7159d757caa92c590c79cacf62128d1324978c46
This commit is contained in:
Jeff Sharkey
2015-12-18 11:23:29 -07:00
parent a242f825e6
commit 3d88b4651a

View File

@@ -246,7 +246,6 @@ final class UserController {
mHandler.sendMessage(mHandler.obtainMessage(SYSTEM_USER_UNLOCK_MSG, userId, 0));
final Intent unlockedIntent = new Intent(Intent.ACTION_USER_UNLOCKED);
unlockedIntent.putExtra(Intent.EXTRA_USER_HANDLE, userId);
unlockedIntent.addFlags(
Intent.FLAG_RECEIVER_REGISTERED_ONLY | Intent.FLAG_RECEIVER_FOREGROUND);
mService.broadcastIntentLocked(null, null, unlockedIntent, null, null, 0, null,