From 58938ba0d6cddb53a8a76d2e0a2217cf49c92395 Mon Sep 17 00:00:00 2001 From: PauloftheWest Date: Tue, 12 Aug 2014 14:44:53 -0700 Subject: Changed PBAP's default permission from allow to UNKNOWN. Bug: 16956658 Change-Id: Ib08bb873a22b8f6b3fb25172aa8612a132257d66 --- src/com/android/settings/bluetooth/CachedBluetoothDevice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { if (bondState == BluetoothDevice.BOND_NONE) { mProfiles.clear(); mConnectAfterPairing = false; // cancel auto-connect - setPhonebookPermissionChoice(ACCESS_ALLOWED); + setPhonebookPermissionChoice(ACCESS_UNKNOWN); setMessagePermissionChoice(ACCESS_UNKNOWN); mPhonebookRejectedTimes = 0; savePhonebookRejectTimes(); -- cgit v1.1