[android-developers] how to dispatch a keyevent like key L to player running on foreground from background apps.

2012-05-11 Thread Shahbaz Faiz
Hi all I have a service running in a separate application process and an activity in another application process running in foreground. I want to pass key event from the service which is running in background to foreground activity which is a player build in flash. plz help me I stuck in this

Re: [android-developers] how to dispatch a keyevent like key L to player running on foreground from background apps.

2012-05-11 Thread Mark Murphy
On Fri, May 11, 2012 at 2:51 AM, Shahbaz Faiz shahbazfai...@gmail.com wrote: I have a service running in a separate application process and an activity in another application process running in foreground. I want to pass key event from the service which is running in background to foreground

Re: [android-developers] how to dispatch a keyevent like key L to player running on foreground from background apps.

2012-05-11 Thread David Olsson
Just an addon to Marks great answer. It doesn't usually work like that. You need to code a thing yourself and not expect someone emailing you a complete solution. Before someone respons, I haven't said anything about it not being possible or possible. It's not like Mark said. On Fri, May 11,