Re: [android-developers] Disable Home Key?

2010-02-25 Thread Sean Hodges
On Thu, Feb 25, 2010 at 1:39 AM, DroidBy wrote: I am doing a security Lock system for my project. I am interested to > know how to disable the HOME key or handle it at framework layer, in > order to prevent user to by pass the security lock by presing HOME. I > know that I am not able to do it at

[android-developers] Disable Home Key?

2010-02-25 Thread DroidBy
Hi, I am doing a security Lock system for my project. I am interested to know how to disable the HOME key or handle it at framework layer, in order to prevent user to by pass the security lock by presing HOME. I know that I am not able to do it at android application layer, so thinking to get some

[android-developers] disable HOME key and right soft key

2009-08-22 Thread Shang Hao
Hi, dis I m making a test application and want to able all keys excluding the back button.. Using below code i am not able to disable HOME key and right soft key. Please suggest what to do. @Override public boolean onKeyDown(int keyCode, KeyEvent event) { i