Hello devs, I'm using Intrumentation to invoke keystrokes and mouse events, but I have a problem when trying to do so on the virtual keyboard. If the virtual keyboard pops up and I want to send a mouse event to click on a character of the keyboard, I get that error/warning in the console:
W/WindowManager( 586): Permission denied: injecting pointer event from pid 1580 uid 10020 to window Window{437522d0 InputMethod paused=false} owned by uid 10003 Is there a way to make it work? I know I can't do instrumentation on native activites, does the native keyboard acts like a native activity? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---