diff options
author | Irfan Sheriff <isheriff@google.com> | 2010-11-08 12:24:31 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-08 12:24:31 -0800 |
commit | 60029771d26ca3c51288c3d92cab1d3537147acd (patch) | |
tree | c6016d37a49d9b420a571b3fb181ec0ceb867599 /core/res | |
parent | cce1d2a60bc1ef10ec6beb338ec3d4cf94486c47 (diff) | |
parent | 36f7413dabfab50699135019ba55151e9227f59d (diff) | |
download | frameworks_base-60029771d26ca3c51288c3d92cab1d3537147acd.zip frameworks_base-60029771d26ca3c51288c3d92cab1d3537147acd.tar.gz frameworks_base-60029771d26ca3c51288c3d92cab1d3537147acd.tar.bz2 |
Merge "add frequency band control API"
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index eb3cafa..ac15be6 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -162,6 +162,8 @@ note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" --> <string translatable="false" name="config_tether_apndata"></string> + <!-- Boolean indicating whether the wifi chipset has dual frequency band support --> + <bool translatable="false" name="config_wifi_dual_band_support">false</bool> <!-- Flag indicating whether the keyguard should be bypassed when the slider is open. This can be set or unset depending how easily |