summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2011-04-01 10:30:44 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-01 10:30:44 -0700
commit4aff3e363cae550a95c8082ec153bc739fe97db4 (patch)
treef0b7dcb9e97b639ec592db05b1d03505a1008671 /telephony
parent789d4ade299e0c986b9652542b7adf26d38816f4 (diff)
parent0198fff90430d9f974b0284fc3659434406c751b (diff)
downloadframeworks_base-4aff3e363cae550a95c8082ec153bc739fe97db4.zip
frameworks_base-4aff3e363cae550a95c8082ec153bc739fe97db4.tar.gz
frameworks_base-4aff3e363cae550a95c8082ec153bc739fe97db4.tar.bz2
am 0198fff9: Rename ro.telephony.lte_on_cdma to telephony.lte_on_cdma.
* commit '0198fff90430d9f974b0284fc3659434406c751b': Rename ro.telephony.lte_on_cdma to telephony.lte_on_cdma.
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/TelephonyProperties.java2
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 c4fab66..4927006 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";