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

Commit 95137e48 authored by Grant Menke's avatar Grant Menke Committed by Android (Google) Code Review
Browse files

Merge "Ensure PROPERTY_IS_TRANSACTIONAL is set for transactional calls." into main

parents 1f8058f5 9a5e31bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -158,6 +158,10 @@ public class ParcelableCallUtils {
            properties |= android.telecom.Call.Details.PROPERTY_VOIP_AUDIO_MODE;
        }

        if (call.isTransactionalCall()) {
            properties |= android.telecom.Call.Details.PROPERTY_IS_TRANSACTIONAL;
        }

        // If this is a single-SIM device, the "default SIM" will always be the only SIM.
        boolean isDefaultSmsAccount = phoneAccountRegistrar != null &&
                phoneAccountRegistrar.isUserSelectedSmsPhoneAccount(call.getTargetPhoneAccount());