Merge "Don't show icon for power-off confirmation dialog."
This commit is contained in:
committed by
Android (Google) Code Review
commit
2cba116c27
@@ -109,7 +109,6 @@ public final class ShutdownThread extends Thread {
|
||||
if (confirm) {
|
||||
final CloseDialogReceiver closer = new CloseDialogReceiver(context);
|
||||
final AlertDialog dialog = new AlertDialog.Builder(context)
|
||||
.setIconAttribute(android.R.attr.alertDialogIcon)
|
||||
.setTitle(com.android.internal.R.string.power_off)
|
||||
.setMessage(resourceId)
|
||||
.setPositiveButton(com.android.internal.R.string.yes, new DialogInterface.OnClickListener() {
|
||||
|
||||
Reference in New Issue
Block a user