Switch to using gray icon for Bluetooth imaging devices
All the other Bluetooth icons were switched to gray at some point in the past, but we must have missed this one. Bug: 63858978 Test: make RunSettingsRoboTests Change-Id: I2ebefa42f3ecff8ae6d58f4bdb22dce39ae4dbd4
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user