1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

Change launchMode of Accounts activity

startActivityForResult() doesn't work if the launchMode is
"singleInstance". But we need this when selecting a file to import the
settings from.
This commit is contained in:
cketti 2011-10-14 21:24:46 +02:00
parent fc8d2e9979
commit 115742a2a9

View File

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