summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2015-08-20 18:39:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-20 18:39:47 +0000
commit8f1def75a6f57a04fd0e8a6423343a690d694154 (patch)
tree31246ac17e25c6a10a98bda198e346cacf4a6b4c /res
parentfe7270b5aee5b3345d5c60f161d866a0648dead9 (diff)
parent72ecb4caa630b63f66505ccb202a807b1af4e294 (diff)
downloadandroid_packages_apps_Bluetooth-8f1def75a6f57a04fd0e8a6423343a690d694154.tar.gz
android_packages_apps_Bluetooth-8f1def75a6f57a04fd0e8a6423343a690d694154.tar.bz2
android_packages_apps_Bluetooth-8f1def75a6f57a04fd0e8a6423343a690d694154.zip
am 72ecb4ca: Make location enabled check configurable when returning scan results.
* commit '72ecb4caa630b63f66505ccb202a807b1af4e294': Make location enabled check configurable when returning scan results.
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 1f69654f8..1684183b6 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -28,4 +28,9 @@
<bool name="profile_supported_map">true</bool>
<bool name="profile_supported_avrcp_controller">false</bool>
<bool name="profile_supported_sap">false</bool>
+
+ <!-- If true, we will require location to be enabled on the device to
+ fire Bluetooth LE scan result callbacks in addition to having one
+ of the location permissions. -->
+ <bool name="strict_location_check">true</bool>
</resources>