mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Try to workaround incoming call activity not being displayed on some phones
This commit is contained in:
parent
7b98cb738f
commit
0ebbcef026
1 changed files with 4 additions and 0 deletions
|
|
@ -122,11 +122,15 @@
|
|||
|
||||
<activity android:name=".activities.call.CallActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:turnScreenOn="true"
|
||||
android:showWhenLocked="true"
|
||||
android:resizeableActivity="true"
|
||||
android:supportsPictureInPicture="true" />
|
||||
|
||||
<activity android:name=".activities.call.IncomingCallActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:turnScreenOn="true"
|
||||
android:showWhenLocked="true"
|
||||
android:noHistory="true" />
|
||||
|
||||
<activity android:name=".activities.call.OutgoingCallActivity"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue