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

Commit 34188792 authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

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

parents f7bd3dfb 9908dd89
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -369,9 +369,6 @@ 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()) {