From db960ad188ae00b320146fedf790ca588f89deff Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 8 Sep 2014 13:33:33 -0500 Subject: change the property name about IDP from 'telephony.' to 'gsm.' 'telphony.' couldn't be set successfully. Change-Id: I8a9ee29461bf764f2b269bb81fafe83d8d5e48d9 --- telephony/java/com/android/internal/telephony/TelephonyProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index 34992b8..c89208d 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -124,7 +124,7 @@ public interface TelephonyProperties static final String PROPERTY_ECM_EXIT_TIMER = "ro.cdma.ecmexittimer"; /** the international dialing prefix of current operator network */ - static final String PROPERTY_OPERATOR_IDP_STRING = "telephony.operator.idpstring"; + static final String PROPERTY_OPERATOR_IDP_STRING = "gsm.operator.idpstring"; /** * Defines the schema for the carrier specified OTASP number -- cgit v1.1