diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index c4fab66f5c795..4927006164a39 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -75,7 +75,7 @@ public interface TelephonyProperties /** 'true' if device supports both LTE and CDMA mode of operation. * Availability: Set only on devices supporting LTE and CDMA. */ - static final String PROPERTY_NETWORK_LTE_ON_CDMA = "ro.telephony.lte_on_cdma"; + static final String PROPERTY_NETWORK_LTE_ON_CDMA = "telephony.lte_on_cdma"; static final String CURRENT_ACTIVE_PHONE = "gsm.current.phone-type";