Display imaging icon for printer devices.

Change-Id: Iea2a77bb3b79934174f6e39b080ade47bd119773
This commit is contained in:
Jaikumar Ganesh
2011-02-28 11:27:35 -08:00
parent 845efe838b
commit 5a3120cab7

View File

@@ -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");