ClipBoard Get Text

ClipboardManager clipboard = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);

yourwidget.setText(clipboard.getText());