SUMMARY In Android 10 and 11, new permissions are needed for apps to access locations outside of their own directories. The permission MANAGE_EXTERNAL_STORAGE should enable this (see https://developer.android.com/training/data-storage/manage-all-files) STEPS TO REPRODUCE 1. On an Android 10 or 11 device that has been paired to a computer, attempt to send a file to the computer. OBSERVED RESULT The file is not transferred. Additionally, if logs are available (through LogCat or other means), a permission denied error is observed when KDEConnect attempts to open the file to send it. EXPECTED RESULT File should be transferred properly. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
MANAGE_EXTERNAL_STORAGE was added in https://invent.kde.org/network/kdeconnect-android/-/merge_requests/320
Awesome, Albert Vaca! Thank you for all the fixes on KDE Connect 🙏