diff options
author | Zdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com> | 2016-06-24 01:44:20 +0200 |
---|---|---|
committer | Ethan Chen <intervigil@gmail.com> | 2016-06-23 17:05:29 -0700 |
commit | d442df6df4fe4566a1664a30d312020bf89afb35 (patch) | |
tree | 87a63917b664dd43cb29ce4b8e1296764814a35f /core | |
parent | 4282864683f4a4ae40404b9291cbb4d3b0bd2159 (diff) | |
download | frameworks_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')
-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 --> |