17

Is the source available for the default Android Keyboard?

Volo
  • 28,673
  • 12
  • 97
  • 125
MJ.
  • 1,269
  • 4
  • 12
  • 24

2 Answers2

17

have a look at this: inputmethods/LatinIME.git

6

The current link to the Keyboard Source Code of Android can be found here

https://android.googlesource.com/platform/packages/inputmethods/LatinIME/+/master/java/src/com/android/inputmethod/keyboard/

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