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 android:minSdkVersion="8" android:targetSdkVersion="11"/>), which has the side effect of hiding the menu soft key. Any ideas? Thanks, Gil -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

