canPaste

This is a replacement method for the base TextView class' method of the same name. This method is used in hidden class android.widget.Editor to determine whether the PASTE/REPLACE popup appears when triggered from the text insertion handle. Returning false forces this window to never appear. This function is privately use by the EditText so we have to create a function with the same name

Return

false