Hi I'm doing a "kiosk" like aplication using AS3. I want to change the behavior for the Home key of the android phone. So that the public users can't acess the android operating system. So have seen that this question has already been asked a lot but haven't find a answer for it in AS3. This topic is very similiar to what i'm looking for
Android tablet doesn't fire KeyboardEvent.KEY_DOWN
But i really don't see an answer there that can solve my problem.
Most of the answers that i have seen are in Java.
I already had done it for the back button and it works perfectly.
So is there a way to do this in a AS3 application?
Thank you!