Activity.java public boolean dispatchKeyEvent(KeyEvent event) { //使用者處理onUserInteraction(); final int keyCode = event.getKeyCode(); ...
確定! 回上一頁