Skip to content

Commit 9debd51

Browse files
author
Sanket Padawe
committed
Make default selection for contact sharing to "Checked".
Bug: 22556703 Change-Id: I33343301c4097f0e966f11a8d503ca30949e9a82
1 parent 2a500e3 commit 9debd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ private void processPhonebookAccess() {
808808
// The pairing dialog now warns of phone-book access for paired devices.
809809
// No separate prompt is displayed after pairing.
810810
if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) {
811-
setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED);
811+
setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
812812
}
813813
}
814814
}

0 commit comments

Comments
 (0)