Added showWhenLocked and turnScreenOn to .MainActivity

This commit is contained in:
Juha Heinanen
2026-02-19 02:09:14 +02:00
parent e6a6669f75
commit 2a337e4a41

View File

@ -57,7 +57,9 @@
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true" android:exported="true"
android:launchMode="singleTask" android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize" > android:windowSoftInputMode="adjustResize"
android:showWhenLocked="true"
android:turnScreenOn="true" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />