summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-01-27 00:04:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-27 00:04:13 +0000
commitcd64d62a7e840ed730bb15545125e980a8465960 (patch)
tree78d3b83570953c536b1c4935ad1204405f21898e /AndroidManifest-common.xml
parent9f1612cdddd5fb61165132130681022433e4c9d7 (diff)
parent8b2002e28072c52d78f6d052c6ff6da50a2d0324 (diff)
downloadandroid_packages_apps_Trebuchet-cd64d62a7e840ed730bb15545125e980a8465960.tar.gz
android_packages_apps_Trebuchet-cd64d62a7e840ed730bb15545125e980a8465960.tar.bz2
android_packages_apps_Trebuchet-cd64d62a7e840ed730bb15545125e980a8465960.zip
Merge "Updating manifest entry as per API changes" into ub-launcher3-master
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 924af24cb..f3b7827ba 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -92,7 +92,8 @@
android:autoRemoveFromRecents="true"
android:label="@string/action_add_to_workspace" >
<intent-filter>
- <action android:name="android.content.pm.action.CONFIRM_PIN_ITEM" />
+ <action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
+ <action android:name="android.content.pm.action.CONFIRM_PIN_APPWIDGET" />
</intent-filter>
</activity>