summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
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>