In the application I am working on it's required to have completely transparent statusBar. I am able to hide the statusBar perfectly from the LAUNCHER_ACTIVITY but there is still sometime before the activity appears there is like one second where I still can see the statusBar not transparent and once the onCreate function/method of the LAUNCHER_ACTIVITY gets executed, it makes the statusBar completely transparent.
I need to be able to control the status bar during that time, I guess the only place in the code where I can take action is the Application class but how to access the UI there?