Fixing log typo. s/realted/related
Bug: 22273408 Change-Id: I756f56ee80d5840bd734249826eb658cbf472921
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