Loading src/com/android/settings/bluetooth/DeviceProfilesSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -280,10 +280,10 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment profile.setPreferred(device.getDevice(), false); if (profile instanceof MapProfile) { device.setMessagePermissionChoice(BluetoothDevice.ACCESS_REJECTED); } refreshProfilePreference( (CheckBoxPreference)findPreference(profile.toString()), profile); } } }; mDisconnectDialog = Utils.showDisconnectDialog(context, Loading Loading
src/com/android/settings/bluetooth/DeviceProfilesSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -280,10 +280,10 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment profile.setPreferred(device.getDevice(), false); if (profile instanceof MapProfile) { device.setMessagePermissionChoice(BluetoothDevice.ACCESS_REJECTED); } refreshProfilePreference( (CheckBoxPreference)findPreference(profile.toString()), profile); } } }; mDisconnectDialog = Utils.showDisconnectDialog(context, Loading