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

Commit a9bfc8d0 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by Android Git Automerger
Browse files

am 738a8dfc: Merge "Fixing log typo. s/realted/related" into mnc-dev

* commit '738a8dfc':
  Fixing log typo.  s/realted/related
parents e7cd9001 738a8dfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
    };

    private void subscriptionOrSimChanged(Context context) {
        Log.d(TAG, "received SIM realted action: ");
        Log.d(TAG, "received SIM related action: ");
        TelephonyManager phone = (TelephonyManager)
                mContext.getSystemService(Context.TELEPHONY_SERVICE);
        String mccMnc = phone.getSimOperator();