SebiSebi
SebiSebi

Reputation: 295

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?

Upvotes: 5

Views: 2961

Answers (1)

FourtyTwo
FourtyTwo

Reputation: 1731

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

Upvotes: 1

Related Questions