In my application, there is a registration screen, where i do not want the user to be able to copy/paste text into the EditText field. I have set an onLon
EditText
onLon
You can do this by disabling the long press of the EditText
To implement it, just add the following line in the xml -
android:longClickable="false"