Added a default Bluetooth icon for Bluetooth Preferences.

Bug: 17139683
Change-Id: I7b68950685732a85319a0dca7bd77234d345dbb7
This commit is contained in:
PauloftheWest
2014-08-20 14:46:37 -07:00
parent ff0e81eb09
commit 5badff7622

View File

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