• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Getting touch event in any view

Hi,
I need to make a service that capture all touch events, not in a specific view or when an specific activity is open. This service is started when the boot is completed (and I have an app to stop/play this service when I want it). So it write something (in a Toast) when the user touch any place in the screen.


Can I do this? Or only in specifics things (with OnTouchListener and adding specifics views, for example)?


Sorry for my bad english.

thanks
 
Back
Top Bottom