ringtonemanager

  1. iz0ndg

    Android Question RingtoneManager & NB6

    Hi all, I have some code to select a ringtone and then use it in a notification using NB6 Sub btnoti_Click RM.ShowRingtonePicker("RM",RM.TYPE_ALARM,False,btnoti.Tag) End Sub Sub RM_PickerResult (Success As Boolean, Uri As String) Log("success..." & Success) Log("Uri : " & Uri) If...
Top