Contacts static shortcuts fixes (1/2)
* Set the component package name differently for
the AOSP and GoogleContacts projects
* Prevent shortcuts from going into the default
application task by setting taskAffinity=""
Bug 30204775
Bug 30201875
Change-Id: Ie7cb3a88bcc90c706628d151b80d964dd222451e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54e8316..97a14aa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -361,6 +361,8 @@
android:name=".activities.CompactContactEditorActivity"
android:label="@string/editContactActivityLabel"
android:theme="@style/EditorActivityTheme"
+ android:excludeFromRecents="true"
+ android:taskAffinity=""
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter android:label="@string/editContactDescription">