Hey. Everything that I used onLongClickListener()
in my view EditText
, but whenever I click on the view for a long time, a pop-up window appears that does not allow me to complete my task in onLongClick(View v)
. The pop-up window contains some options, such as Select All, Select Text, Cut All, Copy All, etc. I want to disable this (this should not appear with a long press on EditText). How can i do this help me
source
share