diff options
| author | 2010-10-12 12:39:50 +0800 | |
|---|---|---|
| committer | 2010-10-12 12:39:50 +0800 | |
| commit | 4367ab00edb59f95703e4a8a0f9a1a73dbf13551 (patch) | |
| tree | 81f2972065187d4e21f1686e73a647ccd6ea816f | |
| parent | f5201ab71ff4d104265ab126e86afc6b81da8011 (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.xml | 2 |
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--> |