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

Commit a091cc2d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add carrier config to use 3GPP application on CDMA/CDMA-LTE phone."

parents 463b5d19 00111213
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2633,6 +2633,13 @@ public class CarrierConfigManager {
    public static final String KEY_CDMA_ENHANCED_ROAMING_INDICATOR_FOR_HOME_NETWORK_INT_ARRAY =
            "cdma_enhanced_roaming_indicator_for_home_network_int_array";

    /**
     * Indicates use 3GPP application to replace 3GPP2 application even if it's a CDMA/CDMA-LTE
     * phone, becasue some carriers's CSIM application is present but not supported.
     * @hide
     */
    public static final String KEY_USE_USIM_BOOL = "use_usim_bool";

    /** The default value for every variable. */
    private final static PersistableBundle sDefaults;

@@ -3017,6 +3024,7 @@ public class CarrierConfigManager {
                        1 /* Roaming Indicator Off */
                });
        sDefaults.putStringArray(KEY_EMERGENCY_NUMBER_PREFIX_STRING_ARRAY, new String[0]);
        sDefaults.putBoolean(KEY_USE_USIM_BOOL, false);
    }

    /**