flohier wrote: > I'd like my app simulate key events. > > There's a permission that suggests that it's possible to do so > (INJECT_EVENT). > > Does anyone has experience doing this ?
Use the Instrumentation framework as part of the Android JUnit extensions in android.test to simulate key events for testing your own applications. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

