On Thu, Feb 25, 2010 at 1:39 AM, DroidBy <[email protected]> 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 application layer, so
> thinking to get some tips in handling it in framework layer.

Have you taken a look at the existing projects out there?

MyLock seems to achieve this using a lock mediator, to intercept a
forbidden action and react to it:

http://www.google.com/codesearch/p?hl=en#zvQ8rp58BUs/trunk/myLock/src/i4nc4mp/myLock/LiteLockMediator.java&q=home%20key%20package:http://mylockforandroid%5C.googlecode%5C.com&sa=N&cd=1&ct=rc

Can't say I've tried anything like this before though.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to