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

Commit 9debd510 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Make default selection for contact sharing to "Checked".

Bug: 22556703
Change-Id: I33343301c4097f0e966f11a8d503ca30949e9a82
parent 2a500e32
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);
            }
        }
    }