Android intercept paste\copy\cut on editText
问题 How can I intercept this kind of events ? I need to add some logic when the user trying to paste some text into my EditText i know i can use TextWatcher but this entrypoint not good for me becuase i only need to intercept in case of paste and not every time the user press my EditText , 回答1: Seems there isn't much you can do by using the API: android paste event Source reading to the rescue! I dug into the Android Source of the TextView ( EditText is a TextView with some different