Merge "Show confirm credential activity on parent when unpausing work." into udc-dev
This commit is contained in:
@@ -1545,7 +1545,8 @@ public class UserManagerService extends IUserManager.Stub {
|
||||
// intentSender
|
||||
unlockIntent.putExtra(Intent.EXTRA_INTENT, pendingIntent.getIntentSender());
|
||||
unlockIntent.setFlags(FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
|
||||
mContext.startActivity(unlockIntent);
|
||||
mContext.startActivityAsUser(
|
||||
unlockIntent, UserHandle.of(getProfileParentIdUnchecked(userId)));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user