summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukanya Rajkhowa <srajkh@codeaurora.org>2013-11-21 18:38:56 -0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:26:46 -0600
commiteb1e4d4b05b04764f99afa21303ff6985fb825f6 (patch)
tree982993397147a87995579c7a05566666268ea14d
parent86020e9a599c3ceaef2a7dc9c744918e9b7f1ce4 (diff)
downloadframeworks_base-eb1e4d4b05b04764f99afa21303ff6985fb825f6.zip
frameworks_base-eb1e4d4b05b04764f99afa21303ff6985fb825f6.tar.gz
frameworks_base-eb1e4d4b05b04764f99afa21303ff6985fb825f6.tar.bz2
Add config to send SMS on 1x
When UE is attached to eHRPD network, IMS is registered and there is an active 1xRTT voice call, the config determines whether to send SMS over 1x. Default value is true CRs-Fixed: 565247 Change-Id: Ie4e00eb57ef439e9383c616cd1b60108bcfd505f
-rwxr-xr-xcore/res/res/values/config.xml3
-rwxr-xr-xcore/res/res/values/symbols.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 2e165a5..8c31809 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1713,6 +1713,9 @@
<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,2097152,262144,524288,1048576</string>
+ <!-- Configuration to send sms on 1x when UE is attached to eHRPD and there is an active
+ 1xRTT voice call, irrespective of IMS registration state -->
+ <bool name="config_send_sms1x_on_voice_call">true</bool>
<!-- Whether WiFi display is supported by this device.
There are many prerequisites for this feature to work correctly.
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index b55c306..7e930c0 100755
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -352,6 +352,7 @@
<java-symbol type="integer" name="config_wifi_framework_max_auth_errors_to_blacklist" />
<java-symbol type="integer" name="config_wifi_framework_network_black_list_min_time_milli" />
<java-symbol type="integer" name="config_wifi_framework_current_network_boost" />
+ <java-symbol type="bool" name="config_send_sms1x_on_voice_call" />
<java-symbol type="integer" name="config_bluetooth_max_advertisers" />
<java-symbol type="integer" name="config_bluetooth_max_scan_filters" />
<java-symbol type="integer" name="config_burnInProtectionMinHorizontalOffset" />