Merge "Switch to using gray icon for Bluetooth imaging devices" into oc-dr1-dev

am: a6ac4890ed

Change-Id: I55b589590c90eb232bf70ec8b0256ee4da6013fe
This commit is contained in:
Antony Sargent
2017-07-21 20:11:53 +00:00
committed by android-build-merger
3 changed files with 11 additions and 28 deletions

View File

@@ -169,7 +169,7 @@ public final class Utils {
R.string.bluetooth_talkback_input_peripheral));
case BluetoothClass.Device.Major.IMAGING:
return new Pair<Integer, String>(R.drawable.ic_bt_imaging,
return new Pair<Integer, String>(R.drawable.ic_settings_print,
r.getString(R.string.bluetooth_talkback_imaging));
default: