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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user