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

Commit ad37ddc2 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Ensure simultaneous calling params get carried over in PA Builder

Bug: 319904227
Test: atest CtsTelecomTestCases:PhoneAccountTest
Test: atest CtsTelecomTestCases:PhoneAccountOperationsTest
Change-Id: I2f83db5f73b55d6d7af68647557cc85fe0e6e16a
parent 84926696
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -580,6 +580,9 @@ public final class PhoneAccount implements Parcelable {
            mExtras = phoneAccount.getExtras();
            mGroupId = phoneAccount.getGroupId();
            mSupportedAudioRoutes = phoneAccount.getSupportedAudioRoutes();
            if (phoneAccount.hasSimultaneousCallingRestriction()) {
                mSimultaneousCallingRestriction = phoneAccount.getSimultaneousCallingRestriction();
            }
        }

        /**