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

Commit 22e9ade0 authored by Wentao Wang's avatar Wentao Wang Committed by Android (Google) Code Review
Browse files

Merge "Showing DISALLOW_OUTGOING_CALL admin dialog in the correct user." into udc-qpr-dev

parents f0dd18ca 5451c4ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class UserCallIntentProcessor {
                        final Intent adminSupportIntent = dpm.createAdminSupportIntent(
                                UserManager.DISALLOW_OUTGOING_CALLS);
                        if (adminSupportIntent != null) {
                            mContext.startActivity(adminSupportIntent);
                            mContext.startActivityAsUser(adminSupportIntent, mUserHandle);
                        }
                        return;
                    }