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

Commit bad0c021 authored by Roshan Pius's avatar Roshan Pius
Browse files

Add Default SIM name if offhost name is not specified in xml.

Fix: 412556522
Flag: EXEMPT bug fix
Test: Manual
Change-Id: I44bb8affbe2a41d971c6ab8d8af9054dbf37d72e
parent cd4d5cd6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -369,6 +369,9 @@ public final class ApduServiceInfo implements Parcelable {
                    } else if (mOffHostName.equals("SIM")) {
                        mOffHostName = "SIM1";
                    }
                } else {
                    // Default to SIM1 if no offhost name is specified.
                    mOffHostName = "SIM1";
                }
                mStaticOffHostName = mOffHostName;
                if (Flags.nfcAssociatedRoleServices()) {