diff options
author | PauloftheWest <paulofthewest@google.com> | 2014-08-12 14:44:53 -0700 |
---|---|---|
committer | PauloftheWest <paulofthewest@google.com> | 2014-08-12 14:50:10 -0700 |
commit | 58938ba0d6cddb53a8a76d2e0a2217cf49c92395 (patch) | |
tree | 5ac9a975ce01bbc0991eb10b8b544a174190d85b /src | |
parent | aea9ae000441940842ba3ec9f93562b684eb9053 (diff) | |
download | packages_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')
-rwxr-xr-x | src/com/android/settings/bluetooth/CachedBluetoothDevice.java | 2 |
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(); |