add sound notification to incoming call background notification

This commit is contained in:
Jehan Monnier 2010-06-16 17:59:06 +02:00
parent 8eaf19fd17
commit 40c997f026

View file

@ -568,6 +568,7 @@ extern void libmsilbc_init();
{
notif.repeatInterval = 0;
notif.alertBody =[NSString stringWithFormat:@" %@ is calling you",from];
notif.soundName = UILocalNotificationDefaultSoundName;
[[UIApplication sharedApplication] presentLocalNotificationNow:notif];
}