mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
Exclude global preferences from multitasking
Make global preferences activity live in its own task and exclude it from recent-navigation using long-press HOME
This commit is contained in:
parent
b02a61c406
commit
1709cda540
@ -81,6 +81,9 @@
|
|||||||
android:name="com.fsck.k9.activity.setup.Prefs"
|
android:name="com.fsck.k9.activity.setup.Prefs"
|
||||||
android:label="@string/prefs_title"
|
android:label="@string/prefs_title"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
|
android:taskAffinity="com.fsck.k9.activity.setup.Prefs"
|
||||||
|
android:launchMode="singleTask"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
>
|
>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
|
Loading…
Reference in New Issue
Block a user