AlertDialog ad = new AlertDialog.Builder(this).create();. ad.setCancelable(false); // This blocks the 'BACK' button. ad.setMessage("Hello World");.
確定! 回上一頁