diff options
author | OrdenKrieger <OrdenKriegerEDR@googlemail.com> | 2017-01-14 02:45:46 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:52:43 +0100 |
commit | 35dfbc64f84bcf32d44a8c6da3ff5b3776fdf515 (patch) | |
tree | 9a43421a2adb645f134d841dc486f939444ba835 | |
parent | f3fc36ece723a6ec95914bd98ff6ce25331d5ef1 (diff) |
z2_plus: Remove lteOnCdmaDevice from system.prop
Remove telephony.lteOnCdmaDevice=1 from system.prop
Even if this is from stock it is unnecessary/incorrect.
See https://review.lineageos.org/#/c/64932/ for full details.
-rwxr-xr-x | system.prop | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system.prop b/system.prop index d97c089..03a4c7e 100755 --- a/system.prop +++ b/system.prop @@ -102,11 +102,6 @@ ro.qcom.ad=1 ro.qcom.ad.sensortype=2 ro.qcom.ad.calib.data=/system/etc/calib.cfg -# -# System props for telephony -# System prop to turn on CdmaLTEPhone always -telephony.lteOnCdmaDevice=1 - #Simulate sdcard on /data/media # persist.fuse_sdcard=true |