This thread:
https://www.b4x.com/android/forum/threads/full-screen-apps.47866/#post-650730
shows how to hide the status bar.
But how do you show it again?
doesn't seem to work - or it may be putting up a blank status bar.
I've googled without success.
BTW it appears that setStatusBarHidden:animated is well and truly deprecated so is a more up to date means possible?
Thanks in advance...
https://www.b4x.com/android/forum/threads/full-screen-apps.47866/#post-650730
shows how to hide the status bar.
But how do you show it again?
B4X:
Dim no As NativeObject = app
no.RunMethod("setStatusBarHidden:animated:", Array(False, False))
I've googled without success.
BTW it appears that setStatusBarHidden:animated is well and truly deprecated so is a more up to date means possible?
Thanks in advance...