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

Commit c95dc0c8 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

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

    /**