Hi,
I'm building an application that makes changing ringtone through the command:
tizen.systemsetting.setProperty("NOTIFICATION_EMAIL", "/opt/usr/media/Sounds/music.mp3", successCB, errorCB);
I would like to test whether the notification ringtone was altered, however I cannot emulate this event in the emulator.
I've already configured the default email application in emulator. I sent several emails to the email configured. However no notification was received.
How can I test if the notification sound was effectively changed?
Thanks =D
Haroldo Gondim