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

Commit 482ba343 authored by Prem Kumar's avatar Prem Kumar Committed by Android Git Automerger
Browse files

am 04e2cf6b: Merge "Make default selection for contact sharing to "Checked"." into mnc-dev

* commit '04e2cf6b':
  Make default selection for contact sharing to "Checked".
parents ce8921c3 04e2cf6b
Loading
Loading
Loading
Loading
+1 −1
Original line number 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.
            // No separate prompt is displayed after pairing.
            if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) {
                setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED);
                setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
            }
        }
    }