summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:39 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:39 -0800
commit2ec6be554f06b2568eb38f7ea5ba4570b1ecfb8d (patch)
tree686e596cfb390df2da5091ef08830c985902bd39 /AndroidManifest.xml
parentc4ef8241b05b9266de77defcfdf1154f400c77f4 (diff)
downloadLegacyCamera-2ec6be554f06b2568eb38f7ea5ba4570b1ecfb8d.tar.gz
auto import from //depot/cupcake/@137055
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ee36428f..66ef99e1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -210,6 +210,14 @@
<action android:name="android.gadget.action.GADGET_CONFIGURE" />
</intent-filter>
</activity>
+
+ <!-- We also allow direct binding where the caller provides a bitmap and
+ gadgetId to bind. We require the permission because this changes our
+ internal database without user confirmation. -->
+ <activity android:name="PhotoGadgetBind" android:exported="true"
+ android:theme="@android:style/Theme.NoDisplay"
+ android:permission="android.permission.BIND_GADGET" />
+
</application>
</manifest>