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
Post a Comment