summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-12-03 16:36:12 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-03 16:36:13 -0800
commit3e213021f4a702513ef7390253aa8f8169a4ccce (patch)
treeeb9f4e747f5dd5ab928fcbc6e93faf6175924e27 /AndroidManifest.xml
parent03b1ff602a3e1ca8b8599c821b67d36e702d24c1 (diff)
parenta2d0d34a90543ee19ea295e72c112fde18fb3828 (diff)
downloadandroid_packages_apps_Gallery2-3e213021f4a702513ef7390253aa8f8169a4ccce.tar.gz
android_packages_apps_Gallery2-3e213021f4a702513ef7390253aa8f8169a4ccce.tar.bz2
android_packages_apps_Gallery2-3e213021f4a702513ef7390253aa8f8169a4ccce.zip
Merge "Move MenuExecutor operations into Service" into gb-ub-photos-bryce
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 cd8a726e7..644a409a1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -400,5 +400,6 @@
<activity android:name="com.android.camera.ProxyLauncher"
android:theme="@style/Theme.ProxyLauncher">
</activity>
+ <service android:name="com.android.gallery3d.app.BatchService" />
</application>
</manifest>