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

Commit c029b573 authored by Ye Wen's avatar Ye Wen
Browse files

Fix mistake of calling wrong method to return sim country iso

b/19240047

Change-Id: If155f682ec06e377b4c5e6b05494631112812146
parent de6a6c5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ public class SubscriptionController extends ISub.Stub {
        if (phoneId < 0) {
            return "";
        }
        return mTelephonyManager.getSimOperatorNumericForPhone(phoneId);
        return mTelephonyManager.getSimCountryIsoForPhone(phoneId);
    }

    /**