Android: Set SMS Notification Tone -


i need change sms notification tone using code in android. appreciated...

looks should use ringtonemanager class:

ringtonemanager.setactualdefaultringtoneuri(   mainactivity.this,   ringtonemanager.type_notification,   newuri ); 

i lifted code here: stackoverflow post.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -