summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-11-01 00:51:17 -0700
committerMatthew Xie <mattx@google.com>2012-11-01 02:31:42 -0700
commit173fe1c1e426194e23791d4e45fd2d6fc82ffb36 (patch)
tree17d99bc641b7cd40bb2e8d0dd4a3b7b3f0df9f1a /overlay
parent70ed0e8586d2e9b59886e3b2a42a694b465a8ed4 (diff)
Define platform specific config for address validation as true
bug 7440409 Change-Id: I28b9d9d91aa556d084da152966766eff569e0bbb
Diffstat (limited to 'overlay')
-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>