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

* commit '242b1e51d45134f150487f60c3c00027737da05a':
  Removed the white icon from Bluetooth rename dialog.
This commit is contained in:
PauloftheWest
2014-08-11 20:20:04 +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,