Merge remote-tracking branch 'public/master' into dev_videoios

This commit is contained in:
Jehan Monnier 2011-11-02 10:22:26 +01:00
commit bf1d6d71fc

View file

@ -130,8 +130,8 @@
[[LinphoneManager instance] setCallDelegate:myPhoneViewController];
[[LinphoneManager instance] startLibLinphone];
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeSound];
return YES;
}