Is the source available for the default Android Keyboard?
Asked
Active
Viewed 2.5k times
2 Answers
17
have a look at this: inputmethods/LatinIME.git
-
3the link is outdated http://omapzoom.org/?p=platform/packages/inputmethods/LatinIME.git;a=tree – Win Myo Htet May 20 '12 at 21:03
6
The current link to the Keyboard Source Code of Android can be found here

Matt
- 201
- 2
- 3
-
4`git clone https://android.googlesource.com/platform/packages/inputmethods/LatinIME` will be helpful to keep track of things, I suppose. And do some greppery on your own box. – icedwater Oct 02 '14 at 02:45