tags:

views:

74

answers:

2

i want to lock screen,i want to disable the home key only use the back key,how to do?android thanks.

+1  A: 

You cannot disable the HOME key, sorry.

CommonsWare
And thank goodness for that.
David Thomas
A: 

see here, the fast answer it seems you need to implement a home screen replacement:

http://stackoverflow.com/questions/3953689/how-to-lock-android-buttons-phone-from-code-screen-lock http://stackoverflow.com/questions/2162182/android-is-it-possible-to-disable-the-click-of-home-button/3955217#3955217 http://stackoverflow.com/questions/3724509/going-to-home-screen-programmatically http://www.toddlerlock.com/3.html

mishkin