Merge "Removed the white icon from Bluetooth rename dialog." into lmp-dev

This commit is contained in:
PauloftheWest
2014-08-11 20:06:58 +00:00
committed by Android (Google) Code Review

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,