Rename ro.telephony.lte_on_cdma to telephony.lte_on_cdma.

This allows the system property to be updated at runtime and
for testing.

Change-Id: I75788e5fa70efdbb9186b9f03baac1d9e6b3febd
This commit is contained in:
Wink Saville
2011-03-31 17:57:25 -07:00
parent 77de14d64f
commit 0198fff904

View File

@@ -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";