This class manages input method settings : http://developer.android.com/reference/android/provider/Settings.Secure.html
Unfortunately you can only read those settings and not modify them. I think you should find an other way to do what you want to do. Kwaku On Mon, Dec 28, 2009 at 5:38 PM, schwiz <[email protected]> wrote: > Ok that was the problem thanks. This leaves me with two questions, > how do I enable the keyboard without making the user do it, and how do > I make it the default keyboard for my app. Thanks for the reply! > > On Dec 28, 10:06 am, Dai Hiro <[email protected]> wrote: >> Hi, >> >> Did you activate it in Locale & Text Settings ? >> >> Kwaku >> >> >> >> On Sun, Dec 27, 2009 at 11:53 PM, schwiz <[email protected]> wrote: >> > I am wanting to add a custom keyboard for my app, I was taking a look >> > at the softkeyboard example on the included sample code in the SDK. >> > When I install it in the emulator it isn't showing up though. I try >> > to access it by longpressing an input box and then clicking select >> > input when the context menu pops up. However, the latin keyboard made >> > in the example doesn't show up as one of the options. Am I missing >> > something? Anyone have advice or know of another example I can look >> > at? >> >> > -- >> > 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 > > -- > 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 -- 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

