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
            Asked
            
        
        
            Active
            
        
            Viewed 1,644 times
        
    1
            
            
        - 
                    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 Answers
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
