Example usage for Java android.text ClipboardManager fields, constructors, methods, implement or subclass
The text is from its open source code.
CharSequence | getText() Returns the text on the clipboard. |
boolean | hasText() Returns true if the clipboard contains text; false otherwise. |
void | setText(CharSequence text) Sets the contents of the clipboard to the specified text. |