For more details check out my article:
https://www.webplover.com/blog/androi...
______
This video provides a complete solution for Clipboard not Working in Android 10.
Because of the new privacy policy in Android 10, you cannot use standalone clipboard in background. I will show you a 100 percent working solution by which you can use a standalone clipboard app. you have to use clip stack and a computer to apply this method.
________
.
Codes:
Command 1 :
adb -d shell appops set com.catchingnow.tinyclipboardmanager SYSTEM_ALERT_WINDOW allow;
Command 2 :
adb -d shell pm grant com.catchingnow.tinyclipboardmanager android.permission.READ_LOGS;
Command 3 :
adb shell am force-stop com.catchingnow.tinyclipboardmanager;