* commit 'bb60518aec360f135da650afe4b0a448d2ec46b0': Set new PBAP connections to always allow.
This commit is contained in:
@@ -539,7 +539,7 @@ final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> {
|
|||||||
if (bondState == BluetoothDevice.BOND_NONE) {
|
if (bondState == BluetoothDevice.BOND_NONE) {
|
||||||
mProfiles.clear();
|
mProfiles.clear();
|
||||||
mConnectAfterPairing = false; // cancel auto-connect
|
mConnectAfterPairing = false; // cancel auto-connect
|
||||||
setPhonebookPermissionChoice(ACCESS_UNKNOWN);
|
setPhonebookPermissionChoice(ACCESS_ALLOWED);
|
||||||
setMessagePermissionChoice(ACCESS_UNKNOWN);
|
setMessagePermissionChoice(ACCESS_UNKNOWN);
|
||||||
mPhonebookRejectedTimes = 0;
|
mPhonebookRejectedTimes = 0;
|
||||||
savePhonebookRejectTimes();
|
savePhonebookRejectTimes();
|
||||||
|
|||||||
Reference in New Issue
Block a user