Haxe: How can I make the android menu bar stay hidden
问题 Im developing an app using haxe / openfl, with the flashdevelop ide. The default setup for a new project comes with the correctly configured android manifest so that the android menu bars dont show up. However when I touch anywhere on the device they pop up. How can I prevent this from happening. Okay, so I found the the template GameActivity.java file that the system was using to generate the apps code and modified it to include: @Override public void onWindowFocusChanged(boolean hasFocus) {