Recordings are not returned to calling apps anymore

Starting the app with startActivityForResult used to return the recording as described here:

https://developer.android.com/reference/android/provider/MediaStore.Audio.Media.html#RECORD_SOUND_ACTION

This worked with version 3.3.13, but not with the latest version anymore.

So, Audio Record cannot be used with FairEmail anymore:

https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq158

Can this please be fixed/restored?