summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-08-12 14:44:53 -0700
committerPauloftheWest <paulofthewest@google.com>2014-08-12 14:50:10 -0700
commit58938ba0d6cddb53a8a76d2e0a2217cf49c92395 (patch)
tree5ac9a975ce01bbc0991eb10b8b544a174190d85b /src/com/android/settings/bluetooth
parentaea9ae000441940842ba3ec9f93562b684eb9053 (diff)
downloadpackages_apps_Settings-58938ba0d6cddb53a8a76d2e0a2217cf49c92395.zip
packages_apps_Settings-58938ba0d6cddb53a8a76d2e0a2217cf49c92395.tar.gz
packages_apps_Settings-58938ba0d6cddb53a8a76d2e0a2217cf49c92395.tar.bz2
Changed PBAP's default permission from allow to UNKNOWN.
Bug: 16956658 Change-Id: Ib08bb873a22b8f6b3fb25172aa8612a132257d66
Diffstat (limited to 'src/com/android/settings/bluetooth')
-rwxr-xr-xsrc/com/android/settings/bluetooth/CachedBluetoothDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
index a7104df..3b64ade 100755
--- a/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
+++ b/src/com/android/settings/bluetooth/CachedBluetoothDevice.java
@@ -539,7 +539,7 @@ final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> {
if (bondState == BluetoothDevice.BOND_NONE) {
mProfiles.clear();
mConnectAfterPairing = false; // cancel auto-connect
- setPhonebookPermissionChoice(ACCESS_ALLOWED);
+ setPhonebookPermissionChoice(ACCESS_UNKNOWN);
setMessagePermissionChoice(ACCESS_UNKNOWN);
mPhonebookRejectedTimes = 0;
savePhonebookRejectTimes();