Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -808,7 +808,7 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe // The pairing dialog now warns of phone-book access for paired devices. // The pairing dialog now warns of phone-book access for paired devices. // No separate prompt is displayed after pairing. // No separate prompt is displayed after pairing. if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED); setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED); } } } } } } Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/CachedBluetoothDevice.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -808,7 +808,7 @@ public final class CachedBluetoothDevice implements Comparable<CachedBluetoothDe // The pairing dialog now warns of phone-book access for paired devices. // The pairing dialog now warns of phone-book access for paired devices. // No separate prompt is displayed after pairing. // No separate prompt is displayed after pairing. if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { if (getPhonebookPermissionChoice() == CachedBluetoothDevice.ACCESS_UNKNOWN) { setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_ALLOWED); setPhonebookPermissionChoice(CachedBluetoothDevice.ACCESS_REJECTED); } } } } } } Loading