Clip Stack: The Easiest Way to Extend Multi Clipboard for Android


✓ Free ✓ No-Ads ✓ Material Design

Android 10 Special Tips


With the introduction of Android 10, background clipboard access has become limited. To ensure Clip Stack functions correctly, you will need to grant the following ADB permissions 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;

For users on versions below Android 10, there is no impact, and the app can be used directly.


User Reviews



  • XDA-Developers: The developer offers an app that allows you to control your clipboard and easily store multiple links and copies.

  • Droid Views: After extensively using this app, I must say it is a true winner in making it easier for us to freely copy text and use it later.


Features of Clip Stack


🌐 Unlimited Clipboards


Clip Stack can remember all your clipboard history and recover text after a reboot. It acts as a clipboard manager, a user-friendly notebook, and even a tiny GTD manager. You can easily copy, share, star, delete, and merge every text entry.

🌐 Works Everywhere


Clip Stack is compatible with all Android devices, whether it's a phone or tablet.

🌐 Powerful Notification


The notification system in Clip Stack is both simple and powerful. You can switch between the recent 5 texts directly from the notification. Notifications will only appear when new text is copied, and you can dismiss them by swiping or disable them with a long press.

🌐 Permission Usage



  • RECEIVE_BOOT_COMPLETED: Starts a background service to listen to the system clipboard, consuming only 6M - 10M RAM. You can disable it in Settings if you prefer.

  • WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE: These permissions are for exporting clipboard history. The app does not write any other files to your SD card.

  • VENDING.BILLING: This permission is solely for donation purposes; Clip Stack remains a free app.

  • SYSTEM_ALERT_WINDOW and READ_LOGS: These permissions are specifically for addressing Android 10's background clipboard limitations and are not used on earlier systems.