I'm having trouble setting the default notification ringtone to silent. Here's my code:
RingtoneManager.setActualDefaultRingtoneUri(mContext, RingtoneManager.TYPE_NOTIFICATION, (Uri) null); But the ringtone doesn't get set to silent, it continues to play the previous default ringtone. Can anyone help me out? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

