diff options
| author | 2013-01-28 08:13:42 -0800 | |
|---|---|---|
| committer | 2013-01-28 08:13:42 -0800 | |
| commit | a56711a04618bbdcdaecf15e1815a5618e6b4737 (patch) | |
| tree | 8051be034120949007f4e00651a17cb80bca131f | |
| parent | 2e99d3c9646861ca92faf6708c18e36c7530fd93 (diff) | |
| parent | 169dc398ed946edae6fffa997e92871b711561d6 (diff) | |
am 169dc398: Merge "Remove config_wifi_p2p_support from config.xml."
# By Yoshihiko Ikenaga
# Via Gerrit Code Review (1) and Yoshihiko Ikenaga (1)
* commit '169dc398ed946edae6fffa997e92871b711561d6':
Remove config_wifi_p2p_support from config.xml.
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index cb7804ca3f61..354a0f46876b 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> |