diff options
| author | 2011-04-29 00:34:36 -0700 | |
|---|---|---|
| committer | 2011-04-29 00:34:36 -0700 | |
| commit | 71a0dab1ca962c2827be0221a7fbcc065dc3cbb8 (patch) | |
| tree | bde9a3ee4798a35a497d22da859fb402e144dab7 | |
| parent | d476ded09cdbf37cdaebee3a0e0b8c4cead28b5c (diff) | |
| parent | 1f758800ee15d2c59b29ac8e1e5b4feb3d7483f6 (diff) | |
Merge "Turn on SIP phone support by default."
| -rwxr-xr-x | core/res/res/values/config.xml | 4 |
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--> |