Android: Removed status bar.

This commit is contained in:
Branimir Karadžić 2014-10-24 20:33:56 -07:00
parent 7a829583ce
commit 3947174959

View file

@ -49,6 +49,11 @@ namespace entry
m_app->userData = (void*)this;
m_app->onAppCmd = onAppCmdCB;
m_app->onInputEvent = onInputEventCB;
ANativeActivity_setWindowFlags(m_app->activity, 0
| AWINDOW_FLAG_FULLSCREEN
| AWINDOW_FLAG_KEEP_SCREEN_ON
, 0
);
const char* argv[1] = { "android.so" };
m_mte.m_argc = 1;