/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.setTitle("Warning") .setMessage("Message") .setPositiveButton("OK", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int whichButton) { finish(); } }) .create(); dlg.show();