2013-03-17 4 views

답변

-1

는 그것을 시도 :

  @Override 
     public boolean onTouchEvent(MotionEvent me) { 
     //for example 
     if (me.getAction() == MotionEvent.ACTION_UP) { 
     } 

} 
+1

그러나 그것은 단지 특정 활동에 접촉하지 키보드 터치 (이 오버레이 활동)을 캡처합니다. –