hi, add android:longClickable="false" attribute to your <EditText> tag in the layout xml file. then it will not show any options on long press
On Jan 19, 5:35 pm, MMC2 <[email protected]> wrote: > A long press on an EditText brings up a menu of options that the user > can select. The only messages or options that I want users of my apps > to get, I want to come from me via the app. How do you disable this so > that nothing happens when you long press the EditText? What other > situations like this should I be aware of?
-- 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

