v116 - Android 11 File Permissions
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.