diff options
author | Sharvil Nanavati <sharvil@google.com> | 2015-08-20 19:59:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-20 19:59:30 +0000 |
commit | 94c8cbb69dc11ae23edd8b3dbb087fb6f438a90c (patch) | |
tree | f251b85c213c0765949c28806a31ad8b928073d9 /res | |
parent | 60dbba38f3237cb2f35663487b2d99619c50597b (diff) | |
parent | 606858f7194db53ba9b85235a0c0169326e055f5 (diff) | |
download | android_packages_apps_Bluetooth-94c8cbb69dc11ae23edd8b3dbb087fb6f438a90c.tar.gz android_packages_apps_Bluetooth-94c8cbb69dc11ae23edd8b3dbb087fb6f438a90c.tar.bz2 android_packages_apps_Bluetooth-94c8cbb69dc11ae23edd8b3dbb087fb6f438a90c.zip |
am 606858f7: am 842ce14f: am e80da8a0: am 8f1def75: am 72ecb4ca: Make location enabled check configurable when returning scan results.
* commit '606858f7194db53ba9b85235a0c0169326e055f5':
Make location enabled check configurable when returning scan results.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/config.xml | 5 |
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> |