I have a Settingsactivity (big backwards compability needed), where I add items from xml, and some programmatically.
So far it worked fine, but now I faced a problem again. In xml I was able to set "setImeOptions" for EditTextPreference, but programatically, I can't. Android Studio tells me, there is no such method, when I try.
I hope someone can help me.
kind regards