This commit is contained in:
Marek Lenczewski
2026-04-06 21:40:43 +02:00
parent f48f0aac08
commit 8e1d482ef2
7 changed files with 63 additions and 19 deletions

View File

@@ -15,7 +15,8 @@
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />