Simple-Commons/commons
darthpaul a339d7d74f change needsStupidWritePermissions to return false for devices >= API 30
- Android allows apps modify media files with the File API as long as they have the READ_EXTERNAL_STORAGE permission [reference](https://developer.android.com/training/data-storage/shared/media#direct-file-paths)
- should fix issues with creating folders on >= API 30 on the File Manager app on allowed directories when the MANAGE_EXTERNAL_STORAGE permission is granted and the File APIs can be used
2022-01-23 12:16:56 +00:00
..
src/main change needsStupidWritePermissions to return false for devices >= API 30 2022-01-23 12:16:56 +00:00
.gitignore
build.gradle Update build.gradle 2022-01-16 09:11:13 +01:00
proguard-rules.pro