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

Commit 2142d570 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android Git Automerger
Browse files

am 460a2925: am 30a79ec1: Merge "Set default PBAP checkbox state to false...

am 460a2925: am 30a79ec1: Merge "Set default PBAP checkbox state to false (checkbox unselected)." into mnc-dev

* commit '460a2925':
  Set default PBAP checkbox state to false (checkbox unselected).
parents 50bf0203 460a2925
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -808,7 +808,7 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe
            // The pairing dialog now warns of phone-book access for paired devices.
            // The pairing dialog now warns of phone-book access for paired devices.
            // No separate prompt is displayed after pairing.
            // No separate prompt is displayed after pairing.
            if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) {
            if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) {
                setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
                setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED);
            }
            }
        }
        }
    }
    }