Merge "Don't display extra A2DP profile icon for OPP." into honeycomb

This commit is contained in:
Jake Hamby
2011-01-28 14:21:19 -08:00
committed by Android (Google) Code Review

View File

@@ -635,7 +635,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
return R.drawable.ic_bt_headphones_a2dp;
return 0; // no icon for OPP
}
}