have been looking in the Android APIs for a way to hide the top bar
(the one with the Battery status icon, along some other status icons),
but I haven't been able to find anything on this.
We can hide the Application title using the Activity
requestWindowFeature( Window.FEATURE_NOT_TITLE );
But besides this, I would also like to hide the Top Bar !




.
