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

Commit 9493755d authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Android (Google) Code Review
Browse files

Merge "Prevent non-emergency calls for secondary users." into udc-dev

parents a93e73a6 84ceafa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class UserCallIntentProcessor {
            handle = Uri.fromParts(PhoneAccount.SCHEME_SIP, uriString, null);
        }

       if(!isSelfManaged && !isLocalInvocation) {
       if(!isSelfManaged) {
            // Check DISALLOW_OUTGOING_CALLS restriction. Note: We are skipping this
            // check in a managed profile user because this check can always be bypassed
            // by copying and pasting the phone number into the personal dialer.