Add support for Picture in Picture for ElementCallActivity

This commit is contained in:
Benoit Marty 2024-07-05 17:49:15 +02:00
parent 1a99a9f0e6
commit a005c80fe4
10 changed files with 395 additions and 11 deletions

View file

@ -38,10 +38,11 @@
<application>
<activity
android:name=".ui.ElementCallActivity"
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard|navigation|uiMode"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboardHidden|keyboard|navigation|uiMode"
android:exported="true"
android:label="@string/element_call"
android:launchMode="singleTask"
android:supportsPictureInPicture="true"
android:taskAffinity="io.element.android.features.call">
<intent-filter android:autoVerify="true">