am 8f60bf4c: am e847e7ef: Merge "Added a default Bluetooth icon for Bluetooth Preferences." into lmp-dev

* commit '8f60bf4cadc7381deeb553150a1705b3b31e116b':
  Added a default Bluetooth icon for Bluetooth Preferences.
This commit is contained in:
PauloftheWest
2014-08-21 02:56:27 +00:00
committed by Android Git Automerger

View File

@@ -318,6 +318,6 @@ public final class BluetoothDevicePreference extends Preference implements
return R.drawable.ic_bt_headset_hfp; return R.drawable.ic_bt_headset_hfp;
} }
} }
return 0; return R.drawable.ic_settings_bluetooth2;
} }
} }