> Anyone have any experience with custom Bluetooth devices and > simulating key & mouse events? If View.performClick() is the only way, > is there a way to obtain the view of the top Activity and inject a > click event? (again, not clicking at an "OK" or "Cancel", but merely > register a click that the activity can pickup and pass it down as an > event)
This is also impossible: consider the background service that grabs the current view and records the contents of it to a log, which is then later sent out to my service. (I'm trying to point you at counterexamples so you'll have some rationale beyond just a "you can't do that.") kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

