1

How to disable default copy/paste which appears on longpress/double-click/clickingoneditarrow of edittext in android?? Is there any way to override copy function of default contextmenu

pru
  • 123
  • 1
  • 12
  • You can go through these links http://stackoverflow.com/questions/10333160/android-not-disable-cut-copy-paste http://stackoverflow.com/questions/6275299/how-to-disable-copy-paste-from-to-edittext https://groups.google.com/forum/?fromgroups#!topic/android-developers/I2mh75F8cGY – Android Aug 01 '12 at 12:25

1 Answers1

0

https://github.com/neopixl/PixlUI provide an EditText with a method myEditText.disableCopyAndPaste().

And it's works on old API :) !

odemolliens
  • 2,581
  • 2
  • 32
  • 34