Fix issue with video calls

This commit is contained in:
Sylvain Berfini 2012-05-16 15:43:52 +02:00
parent caeb3d0422
commit 214f04870d

View file

@ -103,7 +103,7 @@
</activity> </activity>
<activity android:name="org.linphone.VideoCallActivity" <activity android:name="org.linphone.VideoCallActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTop" android:launchMode="singleInstance"
android:configChanges="orientation"> android:configChanges="orientation">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />