Clipboard manager


jjmartin

Members
Jul 26, 2020
5
3
Could someone suggest a clipboard manager that works?
I copy while in an app and nothing ends up in any of the clipboard apps I've downloaded.
 
Read this:

Clip Stack The easiest way to extend multi clipboard for Android.

✓ Free ✓ No-Ads ✓ Material Design


Android 10 Special Tips:

Since Android 10 background clipboard access has been limited so you have to grant these ADB permissions to Clip Stack on your computer:

adb -d shell appops set com.catchingnow.tinyclipboardmanager SYSTEM_ALERT_WINDOW allow;
adb -d shell pm grant com.catchingnow.tinyclipboardmanager android.permission.READ_LOGS;
adb -d shell am force-stop com.catchingnow.tinyclipboardmanager;

There is no impact on the version below android 10 and can be used directly.
 
Read this:

Clip Stack The easiest way to extend multi clipboard for Android.

✓ Free ✓ No-Ads ✓ Material Design


Android 10 Special Tips:

Since Android 10 background clipboard access has been limited so you have to grant these ADB permissions to Clip Stack on your computer:

adb -d shell appops set com.catchingnow.tinyclipboardmanager SYSTEM_ALERT_WINDOW allow;
adb -d shell pm grant com.catchingnow.tinyclipboardmanager android.permission.READ_LOGS;
adb -d shell am force-stop com.catchingnow.tinyclipboardmanager;

There is no impact on the version below android 10 and can be used directly.
Thanks. What are these adb commands for? If I use Clip Stack then I don't need the adb commands?
 
Read again:

Since Android 10 background clipboard access has been limited so you have to grant these ADB permissions to Clip Stack on your computer: