OSDN Git Service

Move the bluetooth icon logic to settingslib
authorjackqdyulei <jackqdyulei@google.com>
Mon, 18 Sep 2017 20:43:43 +0000 (13:43 -0700)
committerjackqdyulei <jackqdyulei@google.com>
Wed, 25 Oct 2017 19:49:59 +0000 (12:49 -0700)
commit88a4b0b0e5e67e5017b4e6790cea6fd927eb5e6a
tree9a378390eead3c95e1dbdbb07fcdfa5fabd2bd71
parent9d31fa4c8f3d4265c22b3c936d0967961b6b1481
Move the bluetooth icon logic to settingslib

This cl contains the moving about:
1. Several methods in Bluetooth/Utils.java
2. Bluetooth icon drawables
3. Bluetooth strings
4. Tests

Bug: 65488978
Test: RunSettingslibRoboTests

Change-Id: I682daa3eeb5022beb90a95763c70d19d32d54915
res/drawable/ic_bt_laptop.xml [deleted file]
res/drawable/ic_settings_bluetooth.xml [deleted file]
res/drawable/ic_settings_print.xml [deleted file]
res/values/strings.xml
src/com/android/settings/bluetooth/BluetoothDetailsHeaderController.java
src/com/android/settings/bluetooth/BluetoothDevicePreference.java
src/com/android/settings/bluetooth/Utils.java
tests/robotests/src/com/android/settings/bluetooth/UtilsTest.java