We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911bd0d + 9debd51 commit 04e2cf6Copy full SHA for 04e2cf6
1 file changed
packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java
@@ -808,7 +808,7 @@ private void processPhonebookAccess() {
808
// The pairing dialog now warns of phone-book access for paired devices.
809
// No separate prompt is displayed after pairing.
810
if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) {
811
- setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED);
+ setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED);
812
}
813
814
0 commit comments