summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>2013-01-25 11:35:33 +0900
committerYoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>2013-01-25 11:35:33 +0900
commit8879343c26e94fc3a8ab4cf93613d66f2e4e829f (patch)
tree6422a3fdb59becd46ddbc557f2177f94c2e33588
parent381fb8bdd10e6426f829e90f57686103529adb77 (diff)
downloadbase-8879343c26e94fc3a8ab4cf93613d66f2e4e829f.tar.gz
Remove config_wifi_p2p_support from config.xml.
"config_wifi_p2p_support" is no longer used. It was replaced with PackageManager.FEATURE_WIFI_DIRECT. Change-Id: Ib57c5246b2ad218e65b4cbbb77fd37c04b5d9682 Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 4119f91241da..f665f3488112 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -277,8 +277,6 @@
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">false</bool>
- <!-- Boolean indicating whether the wifi chipset has p2p support -->
- <bool translatable="false" name="config_wifi_p2p_support">false</bool>
<!-- Device type information conforming to Annex B format in WiFi Direct specification.
The default represents a dual-mode smartphone -->
<string translatable="false" name="config_wifi_p2p_device_type">10-0050F204-5</string>