summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chung-yih Wang <cywang@google.com> 2010-10-12 12:39:50 +0800
committer Chung-yih Wang <cywang@google.com> 2010-10-12 12:39:50 +0800
commit4367ab00edb59f95703e4a8a0f9a1a73dbf13551 (patch)
tree81f2972065187d4e21f1686e73a647ccd6ea816f
parentf5201ab71ff4d104265ab126e86afc6b81da8011 (diff)
Set the wifi-only for SIP service as the default config.
Change-Id: I90d2d14b5d9c953e45f85d3d5128d096ea17b22e bug-id: http://b/3068006
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index c3cbf0737269..849c5640c0df 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -354,7 +354,7 @@
<integer name="config_datause_notification_type">2</integer>
<!-- Enables SIP on WIFI only -->
- <bool name="config_sip_wifi_only">false</bool>
+ <bool name="config_sip_wifi_only">true</bool>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true-->