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?
have you considered just setting it to empty string?