Add support for Picture in Picture for ElementCallActivity
This commit is contained in:
parent
1a99a9f0e6
commit
a005c80fe4
10 changed files with 395 additions and 11 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue