mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 01:35:39 +08:00
feat: add excludeFromRecents in AndroidManifest
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user