summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2016-07-18 17:11:13 -0700
committerWalter Jang <wjang@google.com>2016-07-19 12:12:57 -0700
commita05b051a469a6e5fe4cf7bf32cca50d7535c55d1 (patch)
treed50e14c295524aeacce96d376fc52c63349b144f /AndroidManifest.xml
parent0aad572081e72b96e9514c85d8b604c7ff4fe396 (diff)
downloadpackages_apps_Contacts-a05b051a469a6e5fe4cf7bf32cca50d7535c55d1.tar.gz
packages_apps_Contacts-a05b051a469a6e5fe4cf7bf32cca50d7535c55d1.tar.bz2
packages_apps_Contacts-a05b051a469a6e5fe4cf7bf32cca50d7535c55d1.zip
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54e83167a..97a14aa06 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">