@Override public boolean onKeyDown(int keyCode, KeyEvent event) {//捕捉返回鍵if ((keyCode == KeyEvent.KEYCODE_BACK)) { ConfirmExit() ...
確定! 回上一頁