summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2013-01-29 17:43:48 -0800
committerAngus Kong <shkong@google.com>2013-01-31 14:02:44 -0800
commitc099398cfe60422d73281e66de209c4837284c88 (patch)
tree8dae562e64c9f44571658706212b578e959c8cc6 /AndroidManifest.xml
parent5540a0d130aa295d11e908719923faec3bce4029 (diff)
downloadandroid_packages_apps_Gallery2-c099398cfe60422d73281e66de209c4837284c88.tar.gz
android_packages_apps_Gallery2-c099398cfe60422d73281e66de209c4837284c88.tar.bz2
android_packages_apps_Gallery2-c099398cfe60422d73281e66de209c4837284c88.zip
Make background media saving a service
bug:8091328 Change-Id: If35c1832238e921b6582d8642fdbaa4378ea0c48
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 360128ceb..d4972832c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -390,6 +390,7 @@
android:theme="@style/Theme.ProxyLauncher">
</activity>
<service android:name="com.android.gallery3d.app.BatchService" />
+ <service android:name="com.android.camera.MediaSaveService" />
<!-- canvas -->
<provider
android:name="com.android.gallery3d.provider.CanvasProvider"