How to disable copy/paste from/to EditText November 22, 2022 by Tarik Best method is to use: etUsername.setLongClickable(false);