summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-11-01 12:53:34 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-11-01 12:53:34 -0700
commit731be4560ab4d921c45d555f7fe7378d37202f53 (patch)
tree9bcba5f120b09bd918d89c02445be7d2648d1492
parent8ab3e1dfa4ed96279eb0b816c0466e382b8b032e (diff)
parentdd48ae62522b3c8d3f0fc246881e149f00975202 (diff)
downloadgrouper-731be4560ab4d921c45d555f7fe7378d37202f53.tar.gz
am dd48ae62: am 559fb43a: Define platform specific config for address validation as true
* commit 'dd48ae62522b3c8d3f0fc246881e149f00975202': Define platform specific config for address validation as true
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 5f8f53f..16b3082 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -222,6 +222,10 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
+ <!-- Boolean indicating if current platform need do one-time bluetooth address
+ re-validation -->
+ <bool name="config_bluetooth_address_validation">true</bool>
+
<!-- The attenuation in dB applied to the lock/unlock sounds. -->
<integer name="config_lockSoundVolumeDb">0</integer>