Fix issue with video calls
This commit is contained in:
parent
caeb3d0422
commit
214f04870d
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue