Well...
I wish to know how I do that, Corona does that by default (in fact I think you cannot turn it on even if you wanted to).
I tried following Android manual, did not even compiled (neither in programmatic neither in xml editing way).
I following tips on Stackoverflow, those ones DID compiled, but the status bar was still visible.
So, how I get rid of the status bar?
Comments
It's done by providing theme for application in manifest:
Also the Activity has its own theme set too, it might be conflicting.
I have the distinct impression that Gideros SDK internally is overriding this setting and loading the bar again programatically.
By default it is exported without it
I guess the Gideros version I used to do the original export was broken.