How do I show the android app bar?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By duane

I’ve figured out how to get the android buttons to show up while my game is running. Is there any way to get the system’s app bar (with clock and status icons) to stay on screen?

:bust_in_silhouette: Reply From: duane

I found a way to do this, though there may be an easier way. I installed the android build template, and edited the AndroidManifest.xml file, removing the Fullscreen part of the theme line:

android:theme="@android:style/Theme.Black.NoTitleBar"

Despite the warning about not editing that part of the file, it gave me my app bar back.