I am trying to set an Activity Starter proper blocks setting to copy file which is located in app specific directory to selected by user location. Unable to do so
I have problem with understanding Activity Starter. Could you help me in some way?
App is downloading pdf file in background and after download is completed this pdf file is viewed in app on main screen. File is kept in app specific directory. I want the user to have ability to save (copy) this pdf file to other directory he wants to. This will allow him to use this file the way he wants (mainly to be able to import this pdf file to other apps).
Since the file name and the download directory are known, the downloaded file can first be moved or copied from the ASD to the Shared folder /Download or /Documents (or a subfolder within it). This folder can be opened / selected via Activity starter on all Android versions, so that the user can then manually move / copy this file to any folder (if this is still useful / necessary).