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

Commit 9638535a authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

telecomm: initialize defaultOutgoing status



defaultOutgoing must be send to the mSubscriptionManager to inform about the current
user voice prompt selected. Otherwise, user selection has only effect until the next reboot
of the device.

Change-Id: I944735e23fba6fe340d2cfcb9361a34792420ac5
JIRA: CYAN-7037
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 15d94d6a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -865,6 +865,9 @@ public final class PhoneAccountRegistrar {
        if (versionChanged || !badAccounts.isEmpty()) {
            write();
        }

        // Initialize subscription voice prompt status
        setDefaultVoicePhoneAccount(mState.defaultOutgoing);
    }

    private static void writeToXml(State state, XmlSerializer serializer, Context context)