Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58938ba0 authored by PauloftheWest's avatar PauloftheWest
Browse files

Changed PBAP's default permission from allow to UNKNOWN.

Bug: 16956658
Change-Id: Ib08bb873a22b8f6b3fb25172aa8612a132257d66
parent aea9ae00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();