Removed the white icon from Bluetooth rename dialog.
Bug: 15538917 Change-Id: I4e3bca9e8ff6c348af22cdfb17ee3b047ae12d2c
This commit is contained in:
@@ -92,7 +92,6 @@ public final class BluetoothNameDialogFragment extends DialogFragment implements
|
||||
mDeviceNameEdited = savedInstanceState.getBoolean(KEY_NAME_EDITED, false);
|
||||
}
|
||||
mAlertDialog = new AlertDialog.Builder(getActivity())
|
||||
.setIcon(android.R.drawable.ic_dialog_info)
|
||||
.setTitle(R.string.bluetooth_rename_device)
|
||||
.setView(createDialogView(deviceName))
|
||||
.setPositiveButton(R.string.bluetooth_rename_button,
|
||||
|
Reference in New Issue
Block a user