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)

]]>

8 Commentsto LL.getContext().getWindow().getDecorView().setSystemUiVisibility(4096+4+2);

  1. Anonymous says:

    < ![CDATA[

    My guess would be to make everything invisible?

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Not everything, but some … bars 😉

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Oh, cool. I want to try it

    ]]>

  4. Anonymous says:

    < ![CDATA[

    It’s called Immersive

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Immersive?

    ]]>

  6. Anonymous says:

    < ![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)

    ]]>

  7. Anonymous says:

    < ![CDATA[

    Oh yes I’m using that a lot (with xposed app settings), just forgot how its called.

    ]]>

  8. Anonymous says:

    < ![CDATA[

    Me too

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *