Qt 6.11 is out! See what's new in the release
blog
How to get activity result back to C++ using JNI in Qt 5.2.1??
Mobile and Embedded
1
Posts
1
Posters
935
Views
1
Watching
-
Hi,
I am developing an application for getting images from mobile. for that i have written a function called openPhotoLibrary() in android and calling this function from qt c++ using JNI. In openPhotoLibrary() started a new activity using startActivityForResult() for image selection and getting path of selected image in onActivityResult() correctly. so my question is how we can pass this result back to c++ ?Thank you for your help & support