Android API < 35 full screen app confusion
I’m working on an Android app (home project) written in Java. I’m a casual Android developer and in order to achieve full-screen functionality I applied the same steps I successfully used couple of years ago:
How to preserve Activity stack after closing the app completely from recent applist?
I have some fragments in my host activity. When I click the back button, it calls finish(), which closes the existing host activity and takes me to the previous activity. This behavior is expected.