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

Commit d884817c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Default SIM name if offhost name is not specified in xml." into main

parents 0471838a bad0c021
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()) {