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

Commit 4cdac23b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['ag/19912227'] into security-aosp-tm-release.

Change-Id: I90b91590d75884d602f8286dbebefff54bdf0d81
parents 31a1e83e 5b763ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2097,7 +2097,7 @@ public class CallsManager extends Call.ListenerBase
                && !phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
            // Check if the phoneAccountHandle belongs to the current user
            if (phoneAccountHandle != null &&
                    !phoneAccountHandle.getUserHandle().equals(mCurrentUserHandle)) {
                    !phoneAccountHandle.getUserHandle().equals(call.getInitiatingUser())) {
                phoneAccountHandle = null;
            }
        }