Sorry to read that is more complicated than i thought. for me (and other authors) impementing my own documentprovider looks to complicated and thererfore was not done. I have not tried it myself but does this code also work with ACTION_GET_CONTENT ? final int takeFlags = intent.getFlags() & (Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION); // Check for the freshest data. getContentResolver().takePersistableUriPermission(uri, takeFlags);
"Ghost image" use ACTION_GET_CONTENT instead of ACTION_OPEN_DOCUMENT to allow third party picker
I am not the author of jphototagger so i cannot influence its licence. i am just...
thanks for the comparison infos @Alexandre Magno i keep on learning about licences........
After @Alexandre Magno commet i read http://www.gnu.org/licenses/gpl-faq.html#GPLPluginsInNF...
I am looking for a non-web tiles/openStreetMap java library similar to http://osmand.net...