diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 8 |
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> |