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

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

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
}
}