summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-01-26 14:40:10 -0800
committerSunny Goyal <sunnygoyal@google.com>2017-01-26 14:41:02 -0800
commit8b2002e28072c52d78f6d052c6ff6da50a2d0324 (patch)
tree6cd94bca837564267d180fb2c636fdd8a0453bb0 /AndroidManifest-common.xml
parentf3d02e4716f89d14d9017851db9ad6141ad26875 (diff)
downloadandroid_packages_apps_Trebuchet-8b2002e28072c52d78f6d052c6ff6da50a2d0324.tar.gz
android_packages_apps_Trebuchet-8b2002e28072c52d78f6d052c6ff6da50a2d0324.tar.bz2
android_packages_apps_Trebuchet-8b2002e28072c52d78f6d052c6ff6da50a2d0324.zip
Updating manifest entry as per API changes
Bug: 34174006 Change-Id: I905532ba44a8898c9c17476f9f75bc309eeb7b41
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 5588289b7..d6c95dbb0 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>