Merge "Removed the white icon from Bluetooth rename dialog." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
242b1e51d4
@@ -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