Merge "Added a default Bluetooth icon for Bluetooth Preferences." into lmp-dev

This commit is contained in:
PauloftheWest
2014-08-20 21:56:55 +00:00
committed by Android (Google) Code Review

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