summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 14:04:30 -0800
commita6aa03f5bd2270bcc52ba1899c22d881955e8e7e (patch)
tree85971c26d631be25a952d7501ea248689cb69509 /AndroidManifest.xml
parent2ec6be554f06b2568eb38f7ea5ba4570b1ecfb8d (diff)
downloadpackages_apps_LegacyCamera-a6aa03f5bd2270bcc52ba1899c22d881955e8e7e.zip
packages_apps_LegacyCamera-a6aa03f5bd2270bcc52ba1899c22d881955e8e7e.tar.gz
packages_apps_LegacyCamera-a6aa03f5bd2270bcc52ba1899c22d881955e8e7e.tar.bz2
auto import from //depot/cupcake/@132589
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 66ef99e..ee36428 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -210,14 +210,6 @@
<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>