Add android:resizeableActivity="true"

This commit is contained in:
U. N. Owen 2023-09-17 17:13:46 +02:00 committed by GitHub
parent 21ac85174e
commit 8eb94ca9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
android:supportsRtl="true"
android:theme="@style/LauncherTheme"
android:usesCleartextTraffic="true"
android:resizeableActivity="true"
tools:ignore="GoogleAppIndexingWarning">
<meta-data
@ -65,4 +66,4 @@
</provider>
</application>
</manifest>
</manifest>