A FileProvider can only generate a content URI for files in directories that you specify beforehand.
Our app allows users to change our default save directory to an arbitrary folder on their device's SD Card.
We have no way of foreseeing such paths and specifying them in the provide_paths.xml file.
Has anybody had this problem before and have you managed to modify these paths in runtime?