I am making an app where I would like the notification bar to be toggled for being show/ not being shown. Is that possible? I already know how to set button listener/override buttons but I just need the java code that makes that possible. Thanks
Share
Be aware that:
From http://developer.android.com/reference/android/view/Window.html#setFlags(int,%20int)