Dianne, On Wed, Mar 30, 2011 at 12:41 PM, Dianne Hackborn <[email protected]> wrote: > I don't understand what you are asking. If you want to not let any editing > to happen, just implement an InputConnection that doesn't do anything. If > there is something different than that which you are looking for... well > you'll just need to implement the operations on InputConnection to whatever > it is you want.
Indeed, returning new BaseInputConnection from onCreateInputConnection did the trick. Both digits and backspace now work as needed. Thank you. -- Dimitry Golubovsky Anywhere on the Web -- 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

