handle configChanges #20

This commit is contained in:
woheller69 2025-05-12 14:51:00 +02:00
parent 1a851e4cb7
commit b7c798fc3a

View file

@ -14,6 +14,7 @@
android:theme="@android:style/Theme.DeviceDefault">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|uiMode"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />