>> I understand that this is a behavior that I could change on the AndroidManifest.xml, is that right?
No. You cannot change the behavior via the AndroidManifest.xml. The fullscreen setting is coded within our CoronaActivity. You can’t change the behavior via Corona Enterprise.
>> That behavior on Android, for business apps that uses status bar, is not very pleasant.
I think you missed my point up above. While it’s possible for us to change our code on “launch” to default the status bar setting to what you want, you can’t stop this pop-in/out behavior when your app has been suspended/resumed. There’s nothing you can do as a native developer to stop that. So, this is kind of makes this a moot point.
>> Different from iOS, which the status bar is on top of the Corona View and it does not interfere with Corona View size, the Android status bar actually changes the Corona View height.
By default, the top status bar does *not* change the height of your view on Android because it is overlaid on top of your app like iOS… *unless* you are using our “coronaWindowMovesWhenKeyboardAppears” build setting which changes the status bar from being overlaid to resizing the height of your app. I’m guessing you are using this setting then? If so, then even if you changed the launch behavior of the status bar, you’ll still run into the same resize problem after a suspend/resume.