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

Commit e79ea90d authored by Ye Wen's avatar Ye Wen Committed by android-build-merger
Browse files

Fix mistake of calling wrong method to return sim country iso automerge: c029b573

automerge: c95dc0c8

* commit 'c95dc0c8':
  Fix mistake of calling wrong method to return sim country iso
parents 17d81dad c95dc0c8
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);
    }

    /**