Fix: Entfernt die activity, um die App auf dem Sperrbildschirm anzuzeigen

This commit is contained in:
2026-01-08 19:08:04 +01:00
parent 531e819c69
commit 4bf4843779

View File

@@ -11,7 +11,6 @@
android:theme="@style/LaunchTheme" android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:showWhenLocked="true"
android:turnScreenOn="true" android:turnScreenOn="true"
android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as <!-- Specifies an Android theme to apply to this Activity as soon as