feat: add excludeFromRecents in AndroidManifest

This commit is contained in:
2025-06-02 20:39:00 +08:00
parent 9d2ac14557
commit 102aa5ba36

View File

@@ -53,8 +53,9 @@
<activity
android:name=".app.TermuxActivity"
android:exported="true"
android:configChanges="orientation|screenSize|smallestScreenSize|density|screenLayout|keyboard|keyboardHidden|navigation"
android:excludeFromRecents="true"
android:exported="true"
android:label="@string/application_name"
android:launchMode="singleTask"
android:resizeableActivity="true"