Merge "Rename carrier config constant." into mnc-dr-dev

This commit is contained in:
Tyler Gunn
2015-08-31 21:01:19 +00:00
committed by Android (Google) Code Review

View File

@@ -411,7 +411,7 @@ public class CarrierConfigManager {
* @hide * @hide
*/ */
public static final String KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL = public static final String KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL =
"allowNonEmergencyCallsInEcm"; "allow_non_emergency_calls_in_ecm_bool";
/** The default value for every variable. */ /** The default value for every variable. */
private final static PersistableBundle sDefaults; private final static PersistableBundle sDefaults;