Unity finally added Android 4.4’s immersive mode feature (full screen), however it seems to be always on. Can it be disabled? I tried the “Status Bar Hidden” checkbox, but that didn’t help.
As bitter (unity dev) answered in my topic:
@bitter: put this in a c# script “Screen.fullScreen = false;”
http://forum.unity3d.com/threads/disable-immersivemode-unity5.313911/
Simple as that.