Trigger an Android media scan
Unsolved
Mobile and Embedded
-
Hi,
I am currently developing an QT/QML android app in which I intend to save images and videos. But the problem with Android is that if the media scanner is not triggered I don't see them and it takes time.
So I would like to know if there is a way to trigger an Android media scan in qt.Thanks,
Abdoulaye
-
@abdfaye
you can use JNI (from the AndroidExtras module) and trigger the media scan manually. -
@raven-worx said:
AndroidExtras module
Ok I see
Thank you for your answer raven-worx, I will try it.