Hi,

a quick question regarding Qt Android service: Is it guaranteed, that the
Qt thread will always start after the Android service has started? Or is it
possible that the Qt thread starts before the Android service is fully
initialized and started?

I want to call a JAVA function via JNI from the Qt thread right after the
start, so I need to make sure that the Android service is fully initialized
and up at that point. Can that be guaranteed?

Thanks,
Bernhard
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to