am 738a8dfc: Merge "Fixing log typo. s/realted/related" into mnc-dev
* commit '738a8dfcdca8536cf00077f8184d75e1c5b52b9c': Fixing log typo. s/realted/related
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user