Is there a way to display the status bar at the top of the screen in an AppGameKit app on Android please? I assume that's what it's called. The bar that displays the time and network strength etc.
I currently use percentage positioning on my app and I think if the resolution/screen display is too small some people might have trouble pressing a button that's at the top of the screen because they're really pressing where the status bar would be. I may be wrong.
I haven't published to iOS yet but I noticed a similar thing on my iPod Touch when streaming to the AppGameKit player. I had to move the buttons down a bit before they would react to touches. The iPod Touch screen is small.
I'm guessing for iOS I'd change the settings when publishing to have it displayed (haven't looked yet) but for Android I can't see any setting or AppGameKit function that would display the status bar.
I could move things down and create a space where the status bar would be on the Android which would work but I'd rather just display the status bar