summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-04 17:37:21 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-04-04 17:37:21 +0400
commit8e9e053d3b4fb31a12e383d51a7d53bed29b4e01 (patch)
treeaf66339d11f1837bf6bd02a00f1871ae4cf291d3
parent0780432060d6803db17a2c40a760e116a6b34538 (diff)
parent6fa4a20e695c4930e93623bd324c1cc72eecb7ae (diff)
downloaddevice_samsung_maguro-8e9e053d3b4fb31a12e383d51a7d53bed29b4e01.zip
device_samsung_maguro-8e9e053d3b4fb31a12e383d51a7d53bed29b4e01.tar.gz
device_samsung_maguro-8e9e053d3b4fb31a12e383d51a7d53bed29b4e01.tar.bz2
Merge "Set call_ring.multiple to false." into ics
-rw-r--r--system.prop3
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index ef4edf6..a8df17e 100644
--- a/system.prop
+++ b/system.prop
@@ -5,3 +5,6 @@
rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttys0
telephony.lteOnCdmaDevice=0
+
+# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false
+ro.telephony.call_ring.multiple=0