Ringtone Preference not saving choice

前端 未结 6 565
梦如初夏
梦如初夏 2021-01-13 13:40

I have a ringtone preference in my app but when I select the tone I want, it does not get stored in the preference value. I can click the preference again and it will not sh

6条回答
  •  日久生厌
    2021-01-13 14:14

    If you have overriden onActivityResult() and forgotten to call super.onActivityResult() you can see this problem as well.

    See RingtonePreference not firing OnPreferenceChangeListener

提交回复
热议问题