summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hung-ying Tyan <tyanh@google.com> 2011-04-29 11:52:21 +0800
committer Hung-ying Tyan <tyanh@google.com> 2011-04-29 13:19:50 +0800
commit1f758800ee15d2c59b29ac8e1e5b4feb3d7483f6 (patch)
treea1f545ff36ea6578513bb006cccffd2b2125e5e8
parent75e7b005b8c9157880edb9192e6a87cef8f851e0 (diff)
Turn on SIP phone support by default.
Also make SIP available on mobile data network by default. Bug: 4318547 Change-Id: I940e3213c4f6f30cd6238a3073b3ab45a46dd87f
-rwxr-xr-xcore/res/res/values/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index b0c196278721..348060439574 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -549,10 +549,10 @@
<string name="gsm_alphabet_default_charset"></string>
<!-- Enables SIP on WIFI only -->
- <bool name="config_sip_wifi_only">true</bool>
+ <bool name="config_sip_wifi_only">false</bool>
<!-- Enables built-in SIP phone capability -->
- <bool name="config_built_in_sip_phone">false</bool>
+ <bool name="config_built_in_sip_phone">true</bool>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true-->