summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wang <johnwang@google.com>2012-01-09 11:14:49 -0800
committerKalimochoAz <calimochoazucarado@gmail.com>2012-03-30 20:15:41 +0200
commit6fa4a20e695c4930e93623bd324c1cc72eecb7ae (patch)
tree5c00657fcde8735fe3825e37ddefd939f22644ba
parentb497e369b7e2cb6f026a8f3601e31728050bef72 (diff)
downloaddevice_samsung_maguro-6fa4a20e695c4930e93623bd324c1cc72eecb7ae.zip
device_samsung_maguro-6fa4a20e695c4930e93623bd324c1cc72eecb7ae.tar.gz
device_samsung_maguro-6fa4a20e695c4930e93623bd324c1cc72eecb7ae.tar.bz2
Set call_ring.multiple to false.
bug:5757158 Change-Id: Iea6adbcaea1e6cc50bbe591e471bf136721d4c91
-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