Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run a Qt application in background on Android?

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

like image 478
SebiSebi Avatar asked Nov 09 '22 11:11

SebiSebi


1 Answers

Creating Android Services has been added to Qt in version 5.7.

like image 80
FourtyTwo Avatar answered Nov 14 '22 21:11

FourtyTwo