Updating manifest entry as per API changes
Bug: 34174006
Change-Id: I905532ba44a8898c9c17476f9f75bc309eeb7b41
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 5588289..d6c95db 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>