Android - No getEditText method in EditTextPreference with Preference Support Library
问题 I've just had to change to using PreferenceFragmentCompat for implementation of permissions checking which means using the support version of EditTextPreference. Unfortunately it seems getEditText is missing. Is there any work around? Update Found this issue logged. Seems it's deliberately been removed but the answer doesn't explain how to implement what I want to do. The code I was using is as follows final EditText editTextTL; editTextTL = ((EditTextPreference) findPreference("my_preference