https://bugs.kde.org/show_bug.cgi?id=413961
--- Comment #4 from Joscha Henningsen <joscha.henning...@cs.tum.edu> --- Hi Bennet, I did some debugging on the version of the app that is currently available on GitHub. When I set a breakpoint in the file "ClipboardPlugin.java" at line 68 it breaks as expected when copying something on my desktop PC. However a breakpoint at line 70 in "ClipboardListener.java" should be triggered whenever I copy something on my phone. This does not happen. I strongly believe that this problem is caused by the way Android handles clipboard access permissions as of version 10(see: https://developer.android.com/about/versions/10/privacy/changes#clipboard-data). I also tried copying something into the phones clipboard while KDE Connect had focus by altering a part of the apps source code. This content was indeed transfered to my computer just fine. Do You think I should file a bug report on GitHub or am I missing something super obvious in my phone's settings? -- You are receiving this mail because: You are watching all bug changes.