I'm developing an application and I need to disable the virtual buttons when the application started to run since there are buttons from the application. Can anyone help me on how to code this?
Thank you in advance.
Do you mean the normal Android buttons (home, back, switch app)? If so then you may be able to use keydown subs to cancel any affect of users pressing these.