Try to workaround incoming call activity not being displayed on some phones
This commit is contained in:
parent
38ba2c758d
commit
adf1675a06
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@
|
||||||
|
|
||||||
<activity android:name=".activities.voip.CallActivity"
|
<activity android:name=".activities.voip.CallActivity"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
|
android:turnScreenOn="true"
|
||||||
|
android:showWhenLocked="true"
|
||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
android:supportsPictureInPicture="true" />
|
android:supportsPictureInPicture="true" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue