Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 383be3ac authored by Oli Lan's avatar Oli Lan Committed by Android (Google) Code Review
Browse files

Merge "Show confirm credential activity on parent when unpausing work." into udc-dev

parents a9142c6a f3ad58a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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