Exclude app from Android recents app view

This commit is contained in:
Jonathan Klee 2024-09-04 17:00:31 +02:00
parent 95ab609d94
commit a4eb268aa0

View file

@ -36,6 +36,7 @@
<activity
android:name=".ui.MainActivity"
android:label="@string/app_name"
android:excludeFromRecents="true"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>