Adding support for requesting addition of shortcut/widget
on the workspace.
Bug: 33584624
Change-Id: I664366822fe8088742faff2cce006239ab0771bc
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index bbe1f4a..974b0df 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -79,5 +79,13 @@
<meta-data android:name="android.nfc.disable_beam_default"
android:value="true" />
+ <activity android:name="com.android.launcher3.dragndrop.AddItemActivity"
+ android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
+ android:label="@string/action_add_to_workspace" >
+ <intent-filter>
+ <action android:name="android.content.pm.action.CONFIRM_PIN_ITEM" />
+ </intent-filter>
+ </activity>
+
</application>
</manifest>