SYSTEM_UI_FLAG_LOW_PROFILE
Gabi Julien
gabi.julien at gmail.com
Tue Aug 7 19:12:05 UTC 2012
Hi everyone,
I added this flag in the QtActivity onCreate method:
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
This fails using a Qt application. However, it works fine if I create
a simple java Activity. I tried to add this directly in
QtActivityDelete.onCreate and even to call it repetitively using a
TimerTask but it still fails. Do any of you have an idea on why this
would fail with Necessitas?
Thanks!
Gabi Julien
More information about the Necessitas-devel
mailing list