Recently I’ve started to develop Android Soft Keyboard and got some problem with preferences.
How to add a preferences to Android setting app? I’ve searched almost all the source code of AnySoftKeyboard, but haven’t found anything what would add them to Settings app.
I’m placing a link to show what I meant: http://code.google.com/p/softkeyboard/wiki/Settings
(first picture from begin)
Thank you
P.S. Sorry for my bad english..
I’ve found it myself:
in XML of input method you need to put android:settingsActivity tag with link to your PreferenceActivity class:
Example