|
|
@@ -27,7 +27,14 @@
|
|
27
|
27
|
android:allowBackup="true"
|
|
28
|
28
|
android:label="@string/app_name"
|
|
29
|
29
|
android:supportsRtl="true">
|
|
30
|
|
- <activity android:name=".JitsiMeetActivity"></activity>
|
|
|
30
|
+ <activity
|
|
|
31
|
+ android:name=".JitsiMeetActivity"
|
|
|
32
|
+ android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize"
|
|
|
33
|
+ android:launchMode="singleTask"
|
|
|
34
|
+ android:resizeableActivity="true"
|
|
|
35
|
+ android:supportsPictureInPicture="true"
|
|
|
36
|
+ android:windowSoftInputMode="adjustResize">
|
|
|
37
|
+ </activity>
|
|
31
|
38
|
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
|
32
|
39
|
|
|
33
|
40
|
<service
|