diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-07-28 00:39:17 +0200 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-07-28 00:39:17 +0200 |
commit | 1eafbb495f01e09c5a940e30e78c150097b34d74 (patch) | |
tree | 00bec890efc5341e55bfa9b12eaa6000a41a0bbe /overlay | |
parent | 2bc3ab6fb8da030ce129f4693fe5efe2b1e5dbd9 (diff) | |
download | device_samsung_galaxys2-common-1eafbb495f01e09c5a940e30e78c150097b34d74.zip device_samsung_galaxys2-common-1eafbb495f01e09c5a940e30e78c150097b34d74.tar.gz device_samsung_galaxys2-common-1eafbb495f01e09c5a940e30e78c150097b34d74.tar.bz2 |
galaxys2: update overlay
Change-Id: I38a82332b7f95597a7c451860e060869dd50b832
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index ff14dd5..b3cffaf 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -51,7 +51,7 @@ <item>"mobile_dun,4,0,3,60000,true"</item> <item>"mobile_hipri,5,0,3,60000,true"</item> <item>"mobile_bluetooth,7,7,1,-1,true"</item> - <item>"wifi_p2p,13,1,0,-1,true"</item> + <item>"ethernet,9,9,1,-1,true"</item> </string-array> <!-- An Array of "[ConnectivityManager connectionType], @@ -60,6 +60,7 @@ <item>"1,1"</item> <item>"0,1"</item> <item>"7,1"</item> + <item>"9,1"</item> </string-array> <!-- List of regexpressions describing the interface (if any) that represent tetherable @@ -96,9 +97,6 @@ <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> <bool translatable="false" name="config_wifi_dual_band_support">true</bool> - <!-- Boolean indicating whether the wifi chipset has p2p support --> - <bool translatable="false" name="config_wifi_p2p_support">true</bool> - <!-- Boolean indicating whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> |