Qt Android service (seems) doesn't stop correctly
Unsolved
Mobile and Embedded
-
Hi all
Based to the documentation the correct way to stop android service from inside the service itself is to use the stopSelf() android API. Calling this API correctly stop the Qt native code process (QAndroidService) but I don't receive the onDestroy() event that's mean the (java) service part is still "running". Does someone experiment the same problem and know the correct way to stop and destroy an android service developed with Qt?
Thank you