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
commit4fb77424807d394a87189723a757c1721b98cf9a (patch)
tree2876bc3fc5aaef53066e6288b7581e30df5c0035 /AndroidManifest.xml
parent2e21360434f5a455cb6a6f430e37fd096c870a38 (diff)
downloadandroid_packages_apps_Snap-4fb77424807d394a87189723a757c1721b98cf9a.tar.gz
android_packages_apps_Snap-4fb77424807d394a87189723a757c1721b98cf9a.tar.bz2
android_packages_apps_Snap-4fb77424807d394a87189723a757c1721b98cf9a.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>