Made Accounts a singleTop activity

Now, returning to the app using the app icon will reuse the existing
Accounts activity. This will skip the startup logic in onCreate().
This commit is contained in:
cketti 2012-09-07 02:57:29 +02:00
parent d8e9c48177
commit 14339d787c
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
<activity
android:name="com.fsck.k9.activity.Accounts"
android:configChanges="locale"
android:launchMode="singleTop"
android:uiOptions="splitActionBarWhenNarrow"
android:label="@string/app_name">
<intent-filter>