How to disable paste pop-up option on android -


i have textview, user should able copy text. have costumized android contextual bar , removed cut , paste options there during long click (when cab shown) little pop-up appears paste option... how can remove pop-up? keep in mind, need edit text isselectable=true; cause user should ablw copy there enter image description here

i cann't copy code (privacy issues) print screened enter image description here

this question different how disable copy/paste from/to edittext. because provided correct answer, suggests implement callback class returns false on everything, callback class different. has overriden functionality. provided answer saysreturning false oncreateactionmode(actionmode, menu) prevent action mode being started(select all, cut, copy , paste actions). answer different question, because need user able copy textviw


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -