Bug 492614

Summary: Automaticall send clipboard from android to desktop
Product: [Applications] kdeconnect Reporter: aljustiet
Component: android-applicationAssignee: Albert Vaca Cintora <albertvaka>
Status: REPORTED ---    
Severity: wishlist CC: andrew.g.r.holmes, azad.aquib, cwo.kde, smowtenshi, su975853527
Priority: NOR Keywords: usability
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Android   
OS: Android 13.x   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description aljustiet 2024-09-03 19:13:01 UTC
Android kdeconnect version: 1.32.1
Archlinux kdeconnect version: 24.08.0
Comment 1 Mohammed Aquib Azad 2025-07-12 08:17:49 UTC
This is currently not possible because of limitation imposed in Android 10 and above. Refer this https://developer.android.com/privacy-and-security/risks/secure-clipboard-handling 

There is some history behind it, where some apps were found to be copying clipboard content silently and sending it to remote servers. Since this was a security risk, Android had to tighten the security and as such no longer allows automatic access to the clipboard unless the app is in foreground or the app is registered as the default input method (eg. a keyboard app)

I think we can close this issue as the behaviour is correct and there is no easy workaround to this problem.
Comment 2 Sukanka 2025-10-04 15:43:33 UTC
I also want this feature. Previously (before android 13), I could use the Magisk module [ClipboardWhitelist](https://github.com/Kr328/Riru-ClipboardWhitelist), which requires root permission. But after Android 14 and so on, I had to send the clipboard via the widget. 

However, recently I noticed that there is another way to do this.  I found a repo [kdeconnect-android-shizuku](https://github.com/Shoukaku39/kdeconnect-android-shizuku), which utilizes [shizuku](https://shizuku.rikka.app/) and does not require root permission

With these two commits `543b516d492371856b9d758d3ceb91666f7dc088` and `9e740e953b97387fadf32a6f14e00bfb4f6e4020` meged we can then automatically sync the clipboard between pc and Android.