Merge "Notify that keyguard is dismissed when user is unlocked" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-01 16:41:48 +00:00
committed by Android (Google) Code Review

View File

@@ -1134,6 +1134,8 @@ class StorageManagerService extends IStorageManager.Stub
Slog.wtf(TAG, e);
}
onKeyguardStateChanged(false);
mHandler.obtainMessage(H_COMPLETE_UNLOCK_USER, userId).sendToTarget();
}