How can I remove the Android Sample Soft Keyboard?
I have run the sample soft keyboard provided in the Android SDK on a real device. I now would like to remove it from the list of available keybo开发者_高级运维ards in settings. I have searched the web without any hits. It also shows up on one of my emulators too.
I'm sure it's probably an obvious answer, but I just can't figure it out.
Any help would be appreciated.
Thanks, Sam
Settings > Applications > (Find it in the list of applications) > Tap on it > Uninstall.
I think you can also uninstall through adb if you're in "USB debugging" mode.
精彩评论