Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clear Clipboard on Android

this is my first question, so be gentle :)

I'm trying to clear the clipboard in Android. I've read doc the doc for the ClipboardManager and the public methods don't seem germane:

http://developer.android.com/reference/android/text/ClipboardManager.html

Any ideas of where I should start?

like image 667
seanicus Avatar asked Dec 09 '10 23:12

seanicus


People also ask

How do I delete all items from my clipboard?

Delete items from the Clipboard Click the arrow on the right side of the item, and click Delete. Right-click the item you want to delete, and click Delete. Click Clear All to clear everything out of the Clipboard.


1 Answers

have you considered just setting it to empty string?

like image 89
Basic Avatar answered Oct 13 '22 20:10

Basic