I want to make an application in Qt for Android, and I have this problem: when the user presses the back button, my application receives QCloseEvent and it is killed. I want the application to run in the background, something like a service or a daemon. How can i do this?
source
share