OSDN Git Service

Updating manifest entry as per API changes
authorSunny Goyal <sunnygoyal@google.com>
Thu, 26 Jan 2017 22:40:10 +0000 (14:40 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Thu, 26 Jan 2017 22:41:02 +0000 (14:41 -0800)
Bug: 34174006
Change-Id: I905532ba44a8898c9c17476f9f75bc309eeb7b41

AndroidManifest-common.xml

index 5588289..d6c95db 100644 (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>