Is it posible to eliminate the actionbar seen on the "recent apps" screen? My theme in the manifest is Theme.AppCompat.Light.NoActionBar and everything is good in my app screen... it looks like this:activity screen
But when i switch to the "recent apps" screen in the phone, it looks like this: app manager screen
I tried to customize in java code, but when i call getActionBar() or getSupportActionBar(), it returns null, and i guess is because im using a noactionbar theme.
