@Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode==KeyEvent.KEYCODE_DPAD_DOWN) { //your code return false; }
確定! 回上一頁