diff options
author | markcs <mcampbellsmith@gmail.com> | 2014-02-24 10:05:00 +1100 |
---|---|---|
committer | markcs <mcampbellsmith@gmail.com> | 2014-02-24 10:05:00 +1100 |
commit | 21d8a2854e64115adb39f6d1c6a4baaaaa02c6ac (patch) | |
tree | e6d6efa0177e21d7a43502cadb11e14b7cdff4fc | |
parent | 8bbfecea48fb4e7381e892705bb00deaa6ce8203 (diff) | |
download | device_samsung_i9305-21d8a2854e64115adb39f6d1c6a4baaaaa02c6ac.zip device_samsung_i9305-21d8a2854e64115adb39f6d1c6a4baaaaa02c6ac.tar.gz device_samsung_i9305-21d8a2854e64115adb39f6d1c6a4baaaaa02c6ac.tar.bz2 |
i9305: add mqanelements=6 system property
Change-Id: Ib6deea8ac1156181a0a1572e1f08749c8074a2b7
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 8aa4216..75d1685 100644 --- a/system.prop +++ b/system.prop @@ -18,3 +18,6 @@ persist.radio.add_power_save=1 # System property for SIM persist.radio.apm_sim_not_pwdn=1 + +# System property for number of mQANElements +ro.ril.telephony.mqanelements=6 |