Merge "Fix toString() of resource Configuration for Mobile network code"
This commit is contained in:
committed by
Android (Google) Code Review
commit
351c4cce54
@@ -1107,7 +1107,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
|
||||
} else {
|
||||
sb.append("?mcc");
|
||||
}
|
||||
if (mnc != 0) {
|
||||
if (mnc != MNC_ZERO) {
|
||||
sb.append(mnc);
|
||||
sb.append("mnc");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user