https://bugs.kde.org/show_bug.cgi?id=407289
nastyagrifon <neckro...@yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |neckro...@yandex.ru --- Comment #14 from nastyagrifon <neckro...@yandex.ru> --- Can confirm the bug still happens on Google Pixel 3a (sargo) running Android 12L. KDE Connect crashes when adding storage locations. Both submitted logs, as well as mine, indicate that KDE Connect app request for DocumentsUI (or DocumentsUIGoogle). When KDE Connect finds no app that can handle the .OPEN_DOCUMENT_TREE intent, it crashes. >FATAL EXCEPTION: main >Process: org.kde.kdeconnect_tp, PID: 18964 >android.content.ActivityNotFoundException: No Activity found to handle Intent >{ act=android.intent.action.OPEN_DOCUMENT_TREE } DocumentsUI *should be* included with every Android version since Android 10 according to documentation. Apparently it's not. Are there any other methods of accessing storage? App already requests READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE. Is OPEN_DOCUMENT_TREE actually better in any way? -- You are receiving this mail because: You are watching all bug changes.