Android background service
-
I have spend 4-5 months on this question, But I guess there are no way.
You can create native service but you need android source and libraries for compiling or load your app's so file from a service, but you have to modify qt's java layer code and android may be dispose your library for memory usage reason.
You can create a java service and run your code in java layer.