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

Commit 31140575 authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Automerger Merge Worker
Browse files

Merge "Prevent non-emergency calls for secondary users." into udc-dev am: 9493755d

parents 99b3104c 9493755d
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.