Merge "Fix UI checkbox issue while disabling "Phone Audio" in Blueotooth Settings." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a6ae2dc84
@@ -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,
|
||||
|
Reference in New Issue
Block a user