am c7396657: am 242b1e51: Merge "Removed the white icon from Bluetooth rename dialog." into lmp-dev

* commit 'c7396657e7765da5a448e32e0b9558d8078cad1a':
  Removed the white icon from Bluetooth rename dialog.
This commit is contained in:
PauloftheWest
2014-08-11 20:25:50 +00:00
committed by Android Git Automerger

View File

@@ -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,