Skip to content

Commit 482ba34

Browse files
Prem KumarAndroid Git Automerger
authored andcommitted
am 04e2cf6: Merge "Make default selection for contact sharing to "Checked"." into mnc-dev
* commit '04e2cf6bc5167583d686c2a118ec2b50a7b88547': Make default selection for contact sharing to "Checked".
2 parents ce8921c + 04e2cf6 commit 482ba34

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)