Exclude type picker activity from recent menu

This commit is contained in:
Naveen 2022-08-21 00:31:41 +05:30
parent 292f0f6c6e
commit 7a3ea5f8a8
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@
<activity
android:name=".activities.EventTypePickerActivity"
android:excludeFromRecents="true"
android:exported="false"
android:theme="@style/Theme.Transparent" />