02-04-2013 11:51 PM
Hi all,
I want to call blackberry using notifier tone that set in notifier
i want to know how to specific volume value, not silent although my profile is in silent
my code is :
Object theSource = new Object()
{
public String toString()
{
return "Sample";
}
};
//Register the notification.
NotificationsManager.registerSource(ID, theSource, NotificationsConstants.IMPORTANT);
Thanks