(... on lower Android versions)
I will check if that can be done inside the extension to remove unnecessary quotes.
ASD is accessible without any permission on Android versions above 4.4 and for below 4.4 it still can be accessed with Read Write permission.
To clarify:
Up to Android 10 (API 29) you have to request READ
permission for all non-ASD folders. From Android 11 onwards, only Shared folders are accessible if non-media files were created in them by the app itself. Permission questions therefore only arise on lower Android versions (Android < 11). In this respect, the ASD permission requirements on lower API levels (as I said) are omitted (at least since API 19, KitKat).
In other words, on higher Android versions (> 11) there are basically no more (READ
) permission requirements for non-media files.
Update 2.0
- Extension name updated to CSV Tools from CSV Reader since you can now create, read and process CSV file data.
- Added new methods.
- Extension re-built with FAST.