[android-developers] lights out mode PLUS menu soft key?

2011-11-07 Thread thedude
I am trying to add lights out mode to my game, but cannot get it to coexist with the menu soft key, which I still need to be accessible. To elaborate, setSystemUiVisibility(View.STATUS_BAR_HIDDEN) seems to have no effect unless I also target sdk version 11 in my AndroidManifest (uses-sdk

Re: [android-developers] lights out mode PLUS menu soft key?

2011-11-07 Thread Mark Murphy
Put a menu in your UI. If you don't want it in the action bar (because you have no other need for the action bar), that's fine -- put a menu button somewhere in your UI that your users will find and use. Or don't use menus, but rather some other UI paradigm (I haven't encountered many games that