I have tried to hide my ActionBar
. With the method getSupportActionBar().hide();
everything works perfectly. My minSdkVersion
is like I said in this question Android Studio - Action Bar remove higher than 11 (mine is 14).
Why is getActionBar().hide();
not working?
It also makes a difference if you are releasing a new app, or updating an old one. When you are updating an old one, you don't want ton estrange your users. Also, you will keep on getting complaints about old bugs, as old users cannot update. – lionscribe Aug 31 '16 at 02:28