Hi all, i have one problem with this code:
In this code the uri is : "content://settings/system/ringtone" but for default ringtone i need a uri like this "content://media/internal/audio/media/81"
can you help me?
thanks!
sorry for my english
B4X:
Dim uri As String
uri = rm.GetDefault(rm.TYPE_RINGTONE)
In this code the uri is : "content://settings/system/ringtone" but for default ringtone i need a uri like this "content://media/internal/audio/media/81"
can you help me?
thanks!
sorry for my english