This is a simple modification to the SoftKeyboard sample that is included with the Android SDK. It adds a keylogger that writes output to the root directory of the SD Card (for easy access). This is provided for demonstration / diagnostic purposes only..
AndroidKeyLogger is hosted in the following web site
https://github.com/tomgersic/AndroidKeyLogger
If you think the Android project AndroidKeyLogger listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidKeyLogger.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 15 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 8 image files in AndroidKeyLogger. The names of the image files are listed as follows.
icon_en_gb.png icon_en_us.png sym_keyboard_delete.png sym_keyboard_done.png sym_keyboard_return.png sym_keyboard_search.png sym_keyboard_shift.png sym_keyboard_space.png
The following screenshort is generated from the image listed above.
AndroidKeyLogger has the following Java source files.
com.android.inputmethodcommon.InputMethodSettingsFragment.java com.android.inputmethodcommon.InputMethodSettingsInterface.java com.example.android.softkeyboard.CandidateView.java com.example.android.softkeyboard.ImePreferences.java com.example.android.softkeyboard.LatinKeyboard.java com.example.android.softkeyboard.LatinKeyboardView.java com.example.android.softkeyboard.SoftKeyboard.java