[Output Switcher] Not using advanced icon for bt device

Bug: 232032075
Test: verified on device
Change-Id: I322a8060ddbf4be5faa86226e69bc5edc737b229
This commit is contained in:
shaoweishen
2022-05-11 16:36:58 +00:00
parent 05aa78241d
commit d33006904c

View File

@@ -59,7 +59,7 @@ public class BluetoothMediaDevice extends MediaDevice {
@Override
public Drawable getIcon() {
return BluetoothUtils.getBtDrawableWithDescription(mContext, mCachedDevice).first;
return BluetoothUtils.getBtClassDrawableWithDescription(mContext, mCachedDevice).first;
}
@Override