Since Android 14 a popup appears every time the user copies something (new) to the clipboard.

TIL this behaviour can be disabled using adb shell or the "rish" shell wrappper provided by Shizuku with this command:

appops set com.android.systemui READ_CLIPBOARD ignore

It may be reenabled at any time with this command:

appops set com.android.systemui READ_CLIPBOARD allow

#Android
#Shizuku
#rish

@lupo I think it is a neat feature. Problem is that it exposes a lot of sensitive strings like passwords if you have your own encrypted password DB. The actual contents of what was copied should be an extra click away.