diff options
Diffstat (limited to 'telephony/java/com/android/internal/telephony/TelephonyProperties.java')
-rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index 5ec424754c72..34992b8b8ef7 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -123,8 +123,8 @@ public interface TelephonyProperties /** Indicate the timer value for exiting emergency callback mode */ static final String PROPERTY_ECM_EXIT_TIMER = "ro.cdma.ecmexittimer"; - /** The international dialing prefix conversion string */ - static final String PROPERTY_IDP_STRING = "ro.cdma.idpstring"; + /** the international dialing prefix of current operator network */ + static final String PROPERTY_OPERATOR_IDP_STRING = "telephony.operator.idpstring"; /** * Defines the schema for the carrier specified OTASP number |