Simple-Commons/commons
darthpaul ef97774abc sdk 30 changes for gallery
- in FilePickerDialog, handle when file is picked from a directory restricted on SDK 30+
- Activity.openEditorInten -  do not set the flags for read and write permissions if the app does not have them
- Activity.getFileOutputStream - add cases for creating output stream for restricted paths on SDK30+, also for Android/[data|obb]
- Context.ensurePublicUri - add cases for creation of public uri for restricted paths on SDK30+, also for Android/[data|obb]
- add Context.getPicturesDirectoryPath to get the Pictures folder path used to save media files that are edited from restricted paths on SDK30+
- add Context.isInSubFolderInDownloadDir - used to determine if a path is a sub folder in the Download directory; useful for determining whether to show the MediaStore.createWriteRequest prompt for files in the Download directory
2022-04-09 00:02:29 +01:00
..
src/main sdk 30 changes for gallery 2022-04-09 00:02:29 +01:00
.gitignore
build.gradle use the system way of getting compileSdkVersion 2022-03-26 19:04:01 +01:00
proguard-rules.pro minify PhoneNumber too 2022-02-10 21:33:03 +01:00