How to exit fullscreen (show Action Bar) programmatically on Android 4.0+?
问题 If I have an Activity with a fullscreen theme , set up like this: <activity android:name=".FullscreenActivity" android:theme="@style/MyTheme.FullScreen"/> With MyTheme.FullScreen defined as: <style name="MyTheme.FullScreen" parent="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen"> </style> ... is it possible to exit fullscreen mode programmatically ? I specifically want to show the Action Bar (with its navigation options) in certain situations, while usually having the activity in