Hello I wonder how to set a custom alarm tone.
This is my code:
RingtoneManager.setActualDefaultRingtoneUri(
this,
RingtoneManager.TYPE_ALARM,
newUri
);
It is working for notications / sounds but not for alarms ( :S ) ?
Thanks in advance
you can use this code