summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorZdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com>2016-06-24 01:44:20 +0200
committerEthan Chen <intervigil@gmail.com>2016-06-23 17:05:29 -0700
commitd442df6df4fe4566a1664a30d312020bf89afb35 (patch)
tree87a63917b664dd43cb29ce4b8e1296764814a35f /core/res
parent4282864683f4a4ae40404b9291cbb4d3b0bd2159 (diff)
downloadframeworks_base-d442df6df4fe4566a1664a30d312020bf89afb35.zip
frameworks_base-d442df6df4fe4566a1664a30d312020bf89afb35.tar.gz
frameworks_base-d442df6df4fe4566a1664a30d312020bf89afb35.tar.bz2
wifi: Enable WiFi IpReachabilityMonitor by default
Change-Id: I7e604659a220b0fa26373dc8191053d7f9d5c8cb Signed-off-by: Zdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com>
Diffstat (limited to 'core/res')
-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 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 -->