If you're injecting into your own application, there's a method
'injectPointerEvent()' in android.view.IWindowManager that might
do what you want.
I don't think you can use it to inject into other processes though.
Mike
It depends what you are trying to do.
I used Robotium, which is a testing framework for Android, to generate touch events to do a range of things from testing to automated provisioning of the app.
http://code.google.com/p/robotium/wiki/Getting_Started
Albert
> --
> You received this message because you are subscribed to the Google Groups "android-platform" group.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
>