Exclude FastTrack window from recent apps.
Fixes http://b/2163542
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9242b1b..5735306 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -267,7 +267,8 @@
android:name=".ui.QuickContactActivity"
android:theme="@style/FullyTranslucent.QuickContact"
android:launchMode="singleTop"
- android:taskAffinity="android.task.fasttrack">
+ android:excludeFromRecents="true"
+ android:taskAffinity="android.task.quickcontact">
<intent-filter>
<action android:name="com.android.contacts.action.QUICK_CONTACT" />