Hello,
I am trying to add a ringtone to the media store, when i add it to a stock android device it works fine, when I add it to my Desire HD, it doesn't show on the list of ringtones.
Any thoughts on this would be much appreciated, code below:
I am trying to add a ringtone to the media store, when i add it to a stock android device it works fine, when I add it to my Desire HD, it doesn't show on the list of ringtones.
Any thoughts on this would be much appreciated, code below:
B4X:
u = r.AddToMediaStore(File.DirAssets, "Windows XP Startup.mp3", "Windows XP", True, True, True, True)
r.SetDefault(r.TYPE_RINGTONE, u)