Skip to content

Commit

Permalink
Merge "Remove GB alert drawable from reboot menu" into mr1-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
DvTonder authored and Gerrit Code Review committed Nov 29, 2012
2 parents f269a6f + 5ce71b7 commit bf79e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/java/com/android/server/power/ShutdownThread.java
Expand Up @@ -132,7 +132,6 @@ static void shutdownInner(final Context context, boolean confirm) {
}
if (mReboot && !mRebootSafeMode){
sConfirmDialog = new AlertDialog.Builder(context)
.setIcon(android.R.drawable.ic_dialog_alert)
.setTitle(com.android.internal.R.string.reboot_system)
.setSingleChoiceItems(com.android.internal.R.array.shutdown_reboot_options, 0, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
Expand Down

0 comments on commit bf79e38

Please sign in to comment.