B4X:
rm.ShowRingtonePicker("rm", rm.TYPE_NOTIFICATION, True, "")
It should return: "content://settings/system/notification_sound".
When running the AHPreferenceActivity library on the same phone it will return: "content://settings/system/notification_sound", as it should.
For example, the code below works correctly:
B4X:
cat1.AddRingtone("ring1", "Choose Alert Sound", "", "", "", cat1.RT_NOTIFICATION)
I found a link where someone had this same problem, and it also has a fix described: http://stackoverflow.com/questions/...sue-default-tone-with-notifications-and-alarm
Thanks,
Kendall