Did I translate that properly?
Access to non-media files on Android 11+ On Android 11+, non-media files (txt, pdf, csv, ...) can be accessed:
IF and only if the text files are in the → ASD or in the → Private dir (i.e. were saved there)
-or-
The text files are in one of the Shared folders (/Documents or /Download) and these files were created by the app itself
-or-
SAF is used
-or-
MANAGE_EXTERNAL_STORAGE* permission is requested and granted.
MANAGE_EXTERNAL_STORAGE is not really an option, because an app that requests this permission
you forgot to add the shared storage directory...
for example the correct path for the subfolder HRMHR in shared storage /Download would be /Download/HRMHR