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

Commit 815fb067 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SIM Phone Book : Modify update operation"

parents 0f2ec592 8e98e62f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -277,6 +277,11 @@ public class IccProvider extends ContentProvider {
        String[] emails = null;
        String newTag = values.getAsString("newTag");
        String newNumber = values.getAsString("newNumber");
        /*As part of 3GPP 51.011, number field is mandatory while storing in the
          SIM for both ADN and FDN */
        if (TextUtils.isEmpty(newNumber)) {
            return 0;
        }
        String[] newEmails = null;
        // TODO(): Update for email.
        boolean success = updateIccRecordInEf(efType, tag, number,