Exclude type picker activity from recent menu
This commit is contained in:
parent
292f0f6c6e
commit
7a3ea5f8a8
|
@ -197,6 +197,7 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.EventTypePickerActivity"
|
android:name=".activities.EventTypePickerActivity"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:theme="@style/Theme.Transparent" />
|
android:theme="@style/Theme.Transparent" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue