[Android-development] content:/ URI support

ekke ekke at ekkes-corner.org
Fri Apr 27 17:34:35 CEST 2018


Am 27.04.18 um 17:06 schrieb Aleix Pol:
> Hi,
> Has anyone looked into implementing native support for such URIs?
>
> Aleix
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development
>
I have implemented something in my share example app, where I added
Android FileProvider support

https://github.com/ekke/ekkesSHAREexample

also from incoming Intents I'm 'converting' Android content:/ URIs into
Qt File URL

https://github.com/ekke/ekkesSHAREexample/blob/master/android/src/org/ekkescorner/utils/QSharePathResolver.java

My Qt Blog about support for FileProvider with content URI will follow
soon (hopefully this weekend will find some time)

ekke




More information about the Android-development mailing list