06-12-2021 09:49 AM
These notifications are driving me mad, I can't do anything on my phone without this message popping up.
Been happening since android 12, one UI 4.0 update. Got another update yesterday and hoped it would be resolved but is still happening. Seen others reporting the same (seems to be all s21 users with this issue) but not found any solutions.
Really hope it gets fixed soon.
Solved! Go to Solution.
21-04-2022 12:32 PM
This did it for me: Settings > Privacy>disable access to clipboard notifications. (S21 Ultra, no KDM installed)
14-11-2022 02:41 PM
It started happening to me again when I updated to Android 13.
I found the source was coming from the System UI 13. I found this ADB command to fix it.
"adb shell appops set com.android.systemui TOAST_WINDOW deny"
29-01-2023 04:13 PM - last edited 29-01-2023 04:17 PM
Thank you soo much! This adb shell appops set com.android.systemui TOAST_WINDOW deny
solved my problem too (My OS is Android 13).
Here a full tutorial with all the steps for those unfamiliar with the debugging of phones:
1) Enable developer options (google it) how to do that.
2) Download ADB (https://dl.google.com/android/repository/platform-tools-latest-windows.zip)
3) Install it per instructions here (https://www.xda-developers.com/install-adb-windows-macos-linux/) by extracting it to a folder of your preference.
4) Launch Command Prompt (known as cmd
) at ADB's folder. This can be done by holding Shift and right-clicking within the folder then click the “Open command window here” option (for older Windows users; the Windows 11 users should see “Open in Terminal” in the right-click context menu without even pressing the Shift button on the keyboard).
5) Plug your phone to your PC.
6) In the Command Prompt window, enter the following command to launch the ADB daemon: adb devices
.
6.a) TROUBLESHOOTING: If it gives an error that this adb devices
command is not recognized, then go to "Environment Variables" settings (if you are using modern Windows, just use the search function to locate the "Environment Variables" settings. For older Windows, go to: Start > Control Panel > System > Advanced System Settings > Environment Variables...) On In this Environment Variables window, in the User variables for (your-username) highlight Path
and click Edit... Add the: C:\Users\<your-username>\AppData\Local\Android\sdk\platform-tools;
to a new field (for modern Windows) or (if you are using an older version of Windows) append a ;
at the end of the single Variable value field, and then add the: C:\Users\<your-username>\AppData\Local\Android\sdk\platform-tools;
after it. Then click OK and get out. Then Restart cmd
(if any open). repeat Step 6 and it should work now.
7) On your phone's screen, you should see a prompt to allow or deny USB Debugging access.
7.a) TROUBLESHOOTING: If there is no authorization prompt or the device is shown as unauthorized, go to the developer options on the phone and click "Revoke USB debugging authorization". Then Restart ADB Server by inserting the following 2 commands to the cmd:adb kill-server
adb start-server
Then Reconnect the device. Now the device will ask if you are agree to connect the computer id. You need to confirm it. It is now authorized! Insert
and all should work as intended.adb devices
8 ) Insert adb shell appops set com.android.systemui TOAST_WINDOW deny
(Android 13 / System UI 13) or
adb shell appops set com.samsung.android.honeyboard TOAST_WINDOW deny
(for older Android OS versions or for cases where the above one doen't work) and voila! Now your pesky clipboard notifications are gone.
03-02-2023 08:38 AM
This issue makes me want to break my phone.
16-11-2023 11:30 PM
Hi there
It's 2 years later and I am using a Vivo Y27 but experiencing the same issue.
The below solution worked for me:
Settings > Accessability > Advanced Setting > Time to take Action
Hope this helps, probably not but hey, I was feeling nice so I created an account on this forum especially just so that I could reply to your post, so, if I am completely and utterly way too late and you have already found a solution, atleast know that a complete and random and fellow netizen, thought to help you out today, isn't it the thought that really counts afterall? 😁🖥
Byyyyyeeeeeee
LadyGeth
24-02-2024 01:39 AM
Yes!!! Thanks