On Mon, Jan 17, 2011 at 7:44 AM, Brill Pappin <[email protected]> wrote:
> Yah, I've had a tone of trouble with my users not understanding how to > enable to my IME's. > I don't want to do it for them however. What would be good is a way to > allow them to click buttons in my app to enable it. > Um. Buttons in *your* app is very much doing it for them. :} You can use this to launch the settings app where they can enable/disable IMEs: http://developer.android.com/reference/android/provider/Settings.html#ACTION_INPUT_METHOD_SETTINGS To be honest, there is good reason to *not* make this super easy, because if a user can't figure out how to select an IME to enable, there is a good chance they also aren't going to get the deep security implications and trust they need to have in whatever IME they are using. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

