setIcon(android.R.drawable.ic_dialog_info); // 標題列小圖示myDlg.setCancelable(false); // 無法透過「Back」鍵關閉// 顯示AlertDialog myDlg.show();.
確定! 回上一頁