Suggested Project: Clear Clipboard

Strange how Google have stymied file handling under the guise of security and yet the clipboard can retain potentially sensitive data!

This Stack Overflow page appears to offer a solution for API 28+:

As I see it, if the primary clip is deleted, the next-in-line clip becomes the primary clip, so each clip could be deleted in a loop until the clipboard is empty?

1 Like

I have an extension that I made similar to what you mentioned, if it deletes the text, but it does so by overwriting, for example: a blank character.

We can of course do that via the Blocks.

  1. It only "removes" the primary clip (or inserts a new blank primary)
  2. It still pops-up in the clipboard for selection