summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-12-03 13:56:00 -0800
committerBobby Georgescu <georgescu@google.com>2012-12-03 16:15:54 -0800
commita2d0d34a90543ee19ea295e72c112fde18fb3828 (patch)
treeff18742ea6769f015011b99d3ac425fd988c707f /AndroidManifest.xml
parenteb3948f488b38bf5e6232c1aada16115589b0b9b (diff)
downloadandroid_packages_apps_Gallery2-a2d0d34a90543ee19ea295e72c112fde18fb3828.tar.gz
android_packages_apps_Gallery2-a2d0d34a90543ee19ea295e72c112fde18fb3828.tar.bz2
android_packages_apps_Gallery2-a2d0d34a90543ee19ea295e72c112fde18fb3828.zip
Move MenuExecutor operations into Service
Bug: 6680729 Change-Id: I538bb0a8783f7c1ff467ba8d8eb0deefdc0b6ea2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 25fe9dd9b..1234bfcc9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -400,5 +400,6 @@
<activity android:name="com.android.camera.ProxyLauncher"
android:theme="@android:style/Theme.NoDisplay">
</activity>
+ <service android:name="com.android.gallery3d.app.BatchService" />
</application>
</manifest>