I am developing an android lock screen and need to disable the navigation bar. Using a launcher you can disable the home button and you can override the back button, but you cannot override the recents button. Is it possible to disable or clear the recents soft key temporarily?
Follow up question - has anyone been able to programmatically disable and enable the nav bar via root on jelly bean?
What about using lights out mode and overriding onSystemUiVisibilityChange while capturing the touch?
I have decompiled toddler lock - which implements this functionality, but it uses some hackery and the main activity is corrupted.