Skip to content

Commit 04e2cf6

Browse files
Prem KumarAndroid (Google) Code Review
authored andcommitted
Merge "Make default selection for contact sharing to "Checked"." into mnc-dev
2 parents 911bd0d + 9debd51 commit 04e2cf6

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)