single task mode for start conversations activity

This commit is contained in:
Daniel Gultsch 2015-08-30 11:37:52 +02:00
parent b0c19d6bac
commit ca262d3523
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<activity
android:name=".ui.StartConversationActivity"
android:configChanges="orientation|screenSize"
android:launchMode="singleTask"
android:label="@string/title_activity_start_conversation" >
<intent-filter>
<action android:name="android.intent.action.SENDTO" />