Sometimes to move forward you need to move backwards.
Part B. Bug: 26118802 Change-Id: Ieabfedfd0ebff5b1f3dc32d1de43aef9974f15d2
This commit is contained in:
@@ -246,6 +246,7 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user