Move MenuExecutor operations into Service

Bug: 6680729
Change-Id: I538bb0a8783f7c1ff467ba8d8eb0deefdc0b6ea2
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 25fe9dd..1234bfc 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>