Merge "Remove spammy log line." into rvc-dev am: 505380e42c
Change-Id: I62364fa7772662b5e0523945568dbdce9f1c37b7
This commit is contained in:
@@ -12716,7 +12716,6 @@ public class TelephonyManager {
|
|||||||
@Nullable String mvnoMatchData) {
|
@Nullable String mvnoMatchData) {
|
||||||
try {
|
try {
|
||||||
if (!mccmnc.equals(getSimOperator())) {
|
if (!mccmnc.equals(getSimOperator())) {
|
||||||
Log.d(TAG, "The mccmnc does not match");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
ITelephony service = getITelephony();
|
ITelephony service = getITelephony();
|
||||||
|
|||||||
Reference in New Issue
Block a user