am e1f883a3: Merge "Don\'t display extra A2DP profile icon for OPP." into honeycomb

* commit 'e1f883a38c13ebb8ac7a66172f30b3b01b4577c0':
  Don't display extra A2DP profile icon for OPP.
This commit is contained in:
Jake Hamby
2011-01-28 14:23:13 -08:00
committed by Android Git Automerger

View File

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