Skip to content

v116 - Android 11 File Permissions

Compare
Choose a tag to compare
@mendhak mendhak released this 14 Sep 20:47
· 1286 commits to master since this release
v116
c4adc77

File permission fix for Android 11+

On Android 11, the app should now support custom folder paths for writing files. #904
This is done via the MANAGE_EXTERNAL_STORAGE - this was the easiest way to support Android 11 restrictions without rewriting huge parts of the file writing mechanisms in the application.