Ringtone Preference not saving choice

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

    the solution I used was provided by Udo Held, I just wanted to add one thing, I had to remove the launchMode="singleInstance" and I am now using android:launchMode="singleTask" and everything works fine. Just in case someone else needs a launchMode, this one worked for me.

提交回复
热议问题