Merge "Display imaging icon for printer devices."
This commit is contained in:
committed by
Android (Google) Code Review
commit
20436ad626
@@ -536,6 +536,9 @@ class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> {
|
||||
|
||||
case BluetoothClass.Device.Major.PERIPHERAL:
|
||||
return getHidClassDrawable();
|
||||
|
||||
case BluetoothClass.Device.Major.IMAGING:
|
||||
return R.drawable.ic_bt_imaging;
|
||||
}
|
||||
} else {
|
||||
Log.w(TAG, "mBtClass is null");
|
||||
|
||||
Reference in New Issue
Block a user