I've got a situation where i set a EditText to disabled, but the keyboard still allows the user to input text (although delete key doesn't work).
Is EditText.setEnabled(false) designed to work this way? Just so you have context for the problem: In this case I am showing the user some encrypted text, where editing would corrupt the data and I need to prevent the user changing the text. They can decrypt in line and edit directly, which is why its in an EditText in the first place. - Brill Pappin -- 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

