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

Commit cf67d916 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "telecom register-sim-phone-account for secondary users."

parents 04000f2a de807e45
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -472,7 +472,10 @@ public class TelecomServiceImpl {
                                && extras.getBoolean(PhoneAccount.EXTRA_SKIP_CALL_FILTERING)) {
                            enforceRegisterSkipCallFiltering();
                        }
                        final int callingUid = Binder.getCallingUid();
                        if (callingUid != Process.SHELL_UID) {
                            enforceUserHandleMatchesCaller(account.getAccountHandle());
                        }
                        final long token = Binder.clearCallingIdentity();
                        try {
                            mPhoneAccountRegistrar.registerPhoneAccount(account);