Updating manifest entry as per API changes

Bug: 34174006
Change-Id: I905532ba44a8898c9c17476f9f75bc309eeb7b41
This commit is contained in:
Sunny Goyal 2017-01-26 14:40:10 -08:00
parent f3d02e4716
commit 8b2002e280
1 changed files with 2 additions and 1 deletions

View File

@ -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>