enabling resizable activities which should in turn allow desktop mode android to resize windows

This commit is contained in:
Adam Brown 2022-01-13 17:27:13 +00:00
parent a208b48c15
commit 7eb83301b3
1 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:resizeableActivity="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Vector.Light"
@ -400,7 +401,8 @@
android:value="androidx.startup"
tools:node="remove" />
<!-- We init the lib ourself in EmojiCompatWrapper -->
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer"
<meta-data
android:name="androidx.emoji2.text.EmojiCompatInitializer"
tools:node="remove" />
</provider>