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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -