UI refresh on bluetooth list page
- xml layout clean up - add "Device name" preference, tapping will bring up rename dialog - Remove tap target from original device_name pref Merged-In: I6e9764dbb6c51f94be6d6a61d5a6401141407409 Change-Id: I9cb67cc557a9b932d7cf795a8d4a6fb5215c4365 Fix: 62890841 Fix: 62891178 Test: robotests
This commit is contained in:
@@ -186,7 +186,7 @@ public class BluetoothPairingDetail extends DeviceListPreferenceFragment impleme
|
||||
protected List<PreferenceController> getPreferenceControllers(Context context) {
|
||||
List<PreferenceController> controllers = new ArrayList<>();
|
||||
mDeviceNamePrefController = new BluetoothDeviceNamePreferenceController(context,
|
||||
this, getLifecycle());
|
||||
getLifecycle());
|
||||
controllers.add(mDeviceNamePrefController);
|
||||
|
||||
return controllers;
|
||||
|
Reference in New Issue
Block a user