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
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue