For Copying text ,we use Clipboard in android
Sample Code
ClipboardManager clipboard = (ClipboardManager) context
.getSystemService(Context.CLIPBOARD_SERVICE);
clipboard.setText("Hello World");
For Pasting ,Use Long Press...................................
0 comments: