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

Commit b8dd4dec authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Ensure simultaneous calling params get carried over in PA Builder" into main

parents 25772408 ad37ddc2
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();
            }
        }

        /**