Re: [android-developers] Re: Disable Home Key?

2010-02-26 Thread zhangjun
you can check code in PhoneWindowManager.java, you can disable launch Home function when your lock show same as keyguard show On Fri, 2010-02-26 at 00:17 -0800, DroidBy wrote: Hi Sean Hodges, I am happy that you give me a clue on this, however I am not able to open the link that you post,

Re: [android-developers] Re: intercept sms

2010-02-26 Thread zhangjun
no priority in Activity and Task now, so i guess no solution for your requirement :( maybe google can design it in future, but it is difficult for Application to implement high priority Activity or services On Thu, 2010-02-25 at 18:19 -0800, nigel wrote: Thank you for your answer. Can I let

Re: [android-developers] Re: How to handle simultaneous key press

2009-12-15 Thread zhangjun
you can do the cache yourself, but it is not safe because you should eat the first down key, so you must care the key eating and mending On Mon, 2009-12-14 at 17:55 -0800, onceaweek wrote: Thank you for reply. I'd like to know how to catch previous key press information. Is there any