[android-developers] Re: How to write a android keyboard preference and show in Android Setting Language Keyboard.

2011-01-19 Thread FrankG
Sorry, but why do you think the settings app should notice your keyboard. On 16 Jan., 12:34, Mathieu mathieu.debr...@gmail.com wrote: Yes, it does ! Thank you, I have the same problem, and your answer helped me to add a preference view. But actually, it doesn't show in Android Setting

[android-developers] Re: How to write a android keyboard preference and show in Android Setting Language Keyboard.

2011-01-18 Thread Mathieu
Yes, it does ! Thank you, I have the same problem, and your answer helped me to add a preference view. But actually, it doesn't show in Android Setting Language Keyboard... (it shows only in the applications list) Do you know more about that ? On 3 jan, 23:47, AlanLawrence

[android-developers] Re: How to write a android keyboard preference and show in Android Setting Language Keyboard.

2011-01-03 Thread AlanLawrence
My manifest looks essentially the same as yours, only my settings activity contains within it the extra tag: intent-filter action android:name=android.intent.action.MAIN / category android:name=android.intent.category.LAUNCHER / /intent-filter Does that help? --Alan On Dec 29 2010,