philburk / android-midisuite

Android MIDI test programs and examples.
Apache License 2.0
153 stars 53 forks source link

java.lang.SecurityException: Injecting to another application requires INJECT_EVENTS permission #21

Closed loki666 closed 8 years ago

loki666 commented 8 years ago

I'm still getting this SecurityException when closing the Synth Activity

philburk commented 8 years ago

Sometimes these SecurityExceptions happen even though I honor the window focus. So I catch them and turn off the fake key generator. The source code and the play store app are now updated.

https://github.com/philburk/android-midisuite/pull/22

loki666 commented 8 years ago

arf...

didn't catch that 😁

On Sat, Aug 6, 2016 at 6:17 PM, Phil Burk notifications@github.com wrote:

Closed #21 https://github.com/philburk/android-midisuite/issues/21.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/philburk/android-midisuite/issues/21#event-747471503, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYajlxCXZmgQnpIeKmY1BeZ0Awica36ks5qdLOTgaJpZM4Jdvla .

philburk commented 8 years ago

?? I had changed the code but forgot to upload it. I uploaded it after your bug report. Your bug report reminded me. Thanks.