Try to workaround incoming call activity not being displayed on some phones

This commit is contained in:
Sylvain Berfini 2022-05-16 09:19:59 +02:00
parent 38ba2c758d
commit adf1675a06

View file

@ -121,6 +121,8 @@
<activity android:name=".activities.voip.CallActivity"
android:launchMode="singleTask"
android:turnScreenOn="true"
android:showWhenLocked="true"
android:resizeableActivity="true"
android:supportsPictureInPicture="true" />