I\'ve got to fix our App for Android N due to the FileProvider changes. I\'ve basically read all about this topic for the last ours, but no solution found did work out for me.>
Can be this clearer solution ?
Uri uriParser = Uri.parse(downloadedPackageUriString); File downloadedFile = new File(uriParser.getPath());
before
file:///storage/emulated/0/Download/ZS%20Gac%C3%ADkov%C3%A1.pdf
after
/storage/emulated/0/Download/ZS Gacíková.pdf