I am quite new to Android developing area and recently I hv encountered a tough problem.
I was trying to make a Edittext which should NOT ALLOW user to copy content
best programmatically way is:
myEdittext.setLongClickable(false);
Or, just in xml
android:longClickable="false"