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

Commit 43589912 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Steve Kondik
Browse files

fix build

Change-Id: I86ee569ec81e6c690f7697237be7d94307014142
parent 0be3ba8b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -305,10 +305,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;