Android background service
Mobile and Embedded
3
Posts
3
Posters
974
Views
3
Watching
-
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.