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

Commit 2db2f47b authored by Wentao Wang's avatar Wentao Wang Committed by Automerger Merge Worker
Browse files

Merge "Showing DISALLOW_OUTGOING_CALL admin dialog in the correct user." into...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/services/Telecomm/+/24428947



Change-Id: I67a0e03f42b7b4757621596e4fb2bc01fa217a80
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3f03337e 22e9ade0
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;
                    }