Ringtone Preference not saving choice

前端 未结 6 426
梦如初夏
梦如初夏 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:30

    I had the same problem. In the AndroidManifest.xml file I had my preference activity set with noHistory="true". Once I removed it everything worked correctly.

提交回复
热议问题