summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-01-25 17:36:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-25 17:36:43 +0000
commit657bf0fcd1345ec84db84bd287bb59dfe7f1743c (patch)
tree417315a162b95c71d34cdcbab92e32f3781d995f /AndroidManifest-common.xml
parentab45ec0c23a3e4b9d42f7fa93c83dcbdb02a726a (diff)
parentb38fab75735c601b61765ecae61494c8637aaef4 (diff)
downloadandroid_packages_apps_Trebuchet-657bf0fcd1345ec84db84bd287bb59dfe7f1743c.tar.gz
android_packages_apps_Trebuchet-657bf0fcd1345ec84db84bd287bb59dfe7f1743c.tar.bz2
android_packages_apps_Trebuchet-657bf0fcd1345ec84db84bd287bb59dfe7f1743c.zip
Merge "Adding support for drag and drop for requestPinItem." into ub-launcher3-master
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 974b0df45..e112b9d1d 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -81,6 +81,8 @@
<activity android:name="com.android.launcher3.dragndrop.AddItemActivity"
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
+ android:excludeFromRecents="true"
+ android:autoRemoveFromRecents="true"
android:label="@string/action_add_to_workspace" >
<intent-filter>
<action android:name="android.content.pm.action.CONFIRM_PIN_ITEM" />