Merge "Make CellIdentity#getPlmn() Publicly Accessible" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8c2fc26310
@@ -211,7 +211,7 @@ public abstract class CellIdentity implements Parcelable {
|
||||
}
|
||||
|
||||
/** @hide */
|
||||
protected String getPlmn() {
|
||||
public @Nullable String getPlmn() {
|
||||
if (mMccStr == null || mMncStr == null) return null;
|
||||
return mMccStr + mMncStr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user