In android 4.0 version, when u select & long press text(specially a
link or edit text),it shows an ui with some options  like cut(scissor
image),select all,etc..

Is there any way to disable that or any callback method to intercept
that ???

Have you considered calling setLongClickable(false) on those items, or setOnLongClickListener() with a listener that does nothing?

Beware, though, that overriding the expected system behaviour is not always a very nice thing to do to a UI; people come to expect these standard features in applications. Consider your choice very carefully...


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to