Re: [android-developers] about handle the home key

2010-08-11 Thread dan raaka
can you post $ adb shell getprop | grep finger on the device you are trying .. -Dan On Sat, Aug 7, 2010 at 9:47 PM, 实 wrote: > I'm working on a slide-unlock program and I want it take the place of > Android KeyguardLock. > > there is one last thing todo.it's the home key. > > I google it and f

[android-developers] about handle the home key

2010-08-09 Thread
I'm working on a slide-unlock program and I want it take the place of Android KeyguardLock. there is one last thing todo.it's the home key. I google it and found we cannnot handle it as the other keys with "onkeydown","dispatchkeyevent" method. so I add this to activity. It does works on AVD