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
commitf8a0888e454bca3a64c9899e43cf94dd5d58762d (patch)
tree7459e920afeaafac436af759e37eb4a97c188a57 /AndroidManifest.xml
parent73cc3ca5cf1ff4f9a37dba170999bbfd507616eb (diff)
parent4fb77424807d394a87189723a757c1721b98cf9a (diff)
downloadandroid_packages_apps_Snap-f8a0888e454bca3a64c9899e43cf94dd5d58762d.tar.gz
android_packages_apps_Snap-f8a0888e454bca3a64c9899e43cf94dd5d58762d.tar.bz2
android_packages_apps_Snap-f8a0888e454bca3a64c9899e43cf94dd5d58762d.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>