[android-developers] Invoke touch event on home screen given X and Y coordinates

2012-11-19 Thread bibhas
Hi guys, I am very new to android development. I want to invoke a touch event on the homescreen from my activity, given the X and Y co-ordinates. I have tried the dispatchTouchEvent, but it seems to work only on the activities that I have created. Is it possible to do what I want? Any help would

Re: [android-developers] Invoke touch event on home screen given X and Y coordinates

2012-11-19 Thread Mark Murphy
On Sat, Nov 17, 2012 at 11:45 PM, bibhas bibha...@gmail.com wrote: Hi guys, I am very new to android development. I want to invoke a touch event on the homescreen from my activity, given the X and Y co-ordinates. I have tried the dispatchTouchEvent, but it seems to work only on the