diff options
| -rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index c4fab66f5c79..4927006164a3 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"; |