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

Commit 4aa59f1b authored by Susheel nyamala's avatar Susheel nyamala Committed by Steve Kondik
Browse files

Telephony: Define a new property for RUIM based APN operator numeric

PROPERTY_APN_RUIM_OPERATOR_NUMERIC holds the value of mccmnc from CDMA
RUIM/CSIM card and is set by RuimRecords. Applications can use this
to lookup APNs based on RUIM/CSIM mccmnc.

Change-Id: I9e1336ef90d9f002fd226961ffce327ea1422b4a
CRs-Fixed: 626590
parent e0aeedbb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -109,6 +109,12 @@ public interface TelephonyProperties
     */
    static String PROPERTY_APN_SIM_OPERATOR_NUMERIC = "gsm.apn.sim.operator.numeric";

    /** The MCC+MNC (mobile country code+mobile network code) of the
     *  provider of the CDMA RUIM/CSIM to be used for APNs lookup. 5 or 6 decimal digits.
     *  Availability: RUIM state must be "READY"
     */
    static String PROPERTY_APN_RUIM_OPERATOR_NUMERIC = "net.cdma.ruim.operator.numeric";

    /** PROPERTY_ICC_OPERATOR_ALPHA is also known as the SPN, or Service Provider Name.
     *  Availability: SIM state must be "READY"
     */