how to call the ok button in the EditTextPreference

后端 未结 3 440
离开以前
离开以前 2020-12-07 04:05

I have an EditTextPreference in the PreferenceActivity. When user click the EditTextPreference will show a dialog. In the dialog, us

3条回答
  •  既然无缘
    2020-12-07 04:45

    Your preference activity doesn't appear to be implementing a

    OnSharedPreferenceChangeListener

    You may want to read over the excellent answer to the question: Updating EditPreference

提交回复
热议问题