Re: [android-developers] Key Capture in background

2010-07-22 Thread Dianne Hackborn
Sorry you can't do this. On Wed, Jul 21, 2010 at 11:26 PM, lokesh wrote: > Hi all, > > I am working on key capturing events in background. > i used Service to send my application back. When the application is in > forground i can capture the keys and logged in a file.But when i sent > it to bac

[android-developers] Key Capture in background

2010-07-22 Thread lokesh
Hi all, I am working on key capturing events in background. i used Service to send my application back. When the application is in forground i can capture the keys and logged in a file.But when i sent it to background i am not able to get. i am aware of onKey() and onKeyDown(). and also i feel th