Hi,
My app will store a large amount of images during its use, and i want to store them on SD card (if available). So i planned to have a 'folder chooser' in the settings page of the app.
Ive looked at the ExternalStorage example, but i cant see how to return just the folder path so i can store it in KVS for the app to use?
A reason for not using internal folders as files are related to 'company liability' so the files can not be removed if the app uninstalled. Im considering cloud storage, but worried about no data connection.
My app will store a large amount of images during its use, and i want to store them on SD card (if available). So i planned to have a 'folder chooser' in the settings page of the app.
Ive looked at the ExternalStorage example, but i cant see how to return just the folder path so i can store it in KVS for the app to use?
A reason for not using internal folders as files are related to 'company liability' so the files can not be removed if the app uninstalled. Im considering cloud storage, but worried about no data connection.