Re: [android-developers] Re: Capturing tap on screen

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 2:04 PM, Ray Thomson wrote: > Although this is a step towards the solution, precisely what I am looking > for is to run my app in the backend as a service and get to know the taps on > the screen (on any app). This is not possible. -- Mark Murphy (a Commons Guy) http://co

Re: [android-developers] Re: Capturing tap on screen

2010-08-03 Thread Ray Thomson
Although this is a step towards the solution, precisely what I am looking for is to run my app in the backend as a service and get to know the taps on the screen (on any app). I am not interested in knowing what the tap was and what it resulted in, all that I want to be intimted is that a tap was m

[android-developers] Re: Capturing tap on screen

2010-08-02 Thread Sarwar Erfan
Hi, Have a look into this: http://developer.android.com/reference/android/view/TouchDelegate.html Regards Sarwar Erfan On Aug 3, 1:04 am, Ray Thomson wrote: > Hi Guys, > > I am looking for a way in which I can detect any tap on the screen (not just > in my app), I don't mind not having the info