Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25863c9 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

fix build

Change-Id: I86ee569ec81e6c690f7697237be7d94307014142
parent d87ed5a5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -307,10 +307,11 @@ public class ServiceState implements Parcelable {
     * In GSM/UMTS, numeric format is 3 digit country code plus 2 or 3 digit
     * network code.
     *
     * @return numeric format of operator, null if unregistered or unknown
     */
    /*
     * The country code can be decoded using
     * {@link com.android.internal.telephony.MccTable#countryCodeForMcc(int)}.
     *
     * @return numeric format of operator, null if unregistered or unknown
     */
    public String getOperatorNumeric() {
        return mOperatorNumeric;