Move Bluetooth device "Forget" button to the left am: aece754d77
am: 75e4d44f0d
Change-Id: If9211aff18dcbcd0f3cfdf47fdbb5f4042fddac6
This commit is contained in:
@@ -103,7 +103,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements
|
||||
deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE);
|
||||
return new AlertDialog.Builder(getContext())
|
||||
.setView(mRootView)
|
||||
.setNegativeButton(R.string.forget, this)
|
||||
.setNeutralButton(R.string.forget, this)
|
||||
.setPositiveButton(R.string.okay, this)
|
||||
.setTitle(R.string.bluetooth_preference_paired_devices)
|
||||
.create();
|
||||
|
Reference in New Issue
Block a user