diff options
Diffstat (limited to 'core')
-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 c7846cf..882523e 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2482,7 +2482,7 @@ <!-- Configuration to play sms ringtone during MO/MT call --> <bool name="config_sms_ringtone_incall">false</bool> <!-- IpReachability monitor enable/Disable --> - <bool translatable="false" name="config_wifi_ipreachability_monitor">false</bool> + <bool translatable="false" name="config_wifi_ipreachability_monitor">true</bool> <!-- Configuration that determines if ACTIVATE_REJECT_GGSN is to be treated as a permanent error --> |