An external app which handles intents of EDIT type saves the modified file into random folder, defined in preferences of the app itself apparently. EDIT intent has no parameter to pass to the app to change this. It looks that it is also not easy for our app to know which folder was used to save the resource into.
It is desired to find the new version of modified file in order to track it in our tags system too. It could work with file system monitoring, but this might cause significant load on the operating system if do not specify a folder to monitor.
An external app which handles intents of
EDIT
type saves the modified file into random folder, defined in preferences of the app itself apparently.EDIT
intent has no parameter to pass to the app to change this. It looks that it is also not easy for our app to know which folder was used to save the resource into.It is desired to find the new version of modified file in order to track it in our tags system too. It could work with file system monitoring, but this might cause significant load on the operating system if do not specify a folder to monitor.