I'm building an Android app and I want to copy the text value of an EditText widget. It's possible for the user to press Menu+A then Menu+C to copy the value, but how would I do this programatically?
|
feedback
|
|
http://developer.android.com/reference/android/content/ClipboardManager.html Use ClipBoardManager's setText method:
| |||||
feedback
|
|
| ||||
|
feedback
|
you can try this.. | |||||
feedback
|