LL.getContext().getWindow().getDecorView().setSystemUiVisibility(4096+4+2);
LL.getContext().getWindow().getDecorView().setSystemUiVisibility(4096+4+2);
Can you guess what it does 😉
(The effect will disappear when leaving the launcher, you may want to set it in the resumed event of the desktop, or any item. For android 4.4 or more. Didn’t test a lot)
]]>
< ![CDATA[
My guess would be to make everything invisible?
]]>
< ![CDATA[
Not everything, but some … bars 😉
]]>
< ![CDATA[
Oh, cool. I want to try it
]]>
< ![CDATA[
It’s called Immersive
]]>
< ![CDATA[
Immersive?
]]>
< ![CDATA[
https://developer.android.com/training/system-ui/immersive.html
It is different to the normal full screen. This also hide the bottom bar. (If you are not root this is the only way)
]]>
< ![CDATA[
Oh yes I’m using that a lot (with xposed app settings), just forgot how its called.
]]>
< ![CDATA[
Me too
]]>