I need to make one of my activities called MyNoStatusBarActivity.java a full-screen activity.
MyNoStatusBarActivity.java
I have added in the Manifest :
In your manifest xml, at application level put this:
and in the activity that you want to make full screen put this:
...
Remove all the setWindowsFeature or setFlag methods in onCreate.