New API to allow third-party apps to bind widgets

Change-Id: Ieec9f247fdbfc02c2ad8f5bb7f6b9efe0669af84
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ae6826b..c3f8e29 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1319,6 +1319,16 @@
             </intent-filter>
         </activity>
 
+        <activity android:name="AllowBindAppWidgetActivity"
+                android:theme="@*android:style/Theme.Holo.Dialog.Alert"
+                android:finishOnCloseSystemDialogs="true"
+                android:excludeFromRecents="true">
+            <intent-filter>
+                <action android:name="android.appwidget.action.APPWIDGET_BIND" />
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
+        </activity>
+
         <activity android:name="UsageStats" android:label="@string/usage_stats_label"
                   android:parentActivityName="Settings">
             <intent-filter>