summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAnthony Lee <anthonylee@google.com>2014-06-25 09:56:29 -0700
committerAnthony Lee <anthonylee@google.com>2014-06-25 09:56:29 -0700
commit3d16e5d4b994d92db51962c8c461c53bee04309f (patch)
tree881eb72bb785e8bb8959720d24dcff068ca81d34 /AndroidManifest.xml
parentff52eef8e691645e657f02a21c9d51968c2bdcfd (diff)
downloadandroid_packages_apps_Email-3d16e5d4b994d92db51962c8c461c53bee04309f.tar.gz
android_packages_apps_Email-3d16e5d4b994d92db51962c8c461c53bee04309f.tar.bz2
android_packages_apps_Email-3d16e5d4b994d92db51962c8c461c53bee04309f.zip
Move over to the new AttachmentService.
Change-Id: I4a687b003884ea6a92a755fcbf394001bfc96a38
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index caac4d492..4ddf48243 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -424,7 +424,7 @@
<!-- From Email application -->
<receiver
- android:name=".service.AttachmentDownloadService$Watchdog"
+ android:name=".service.AttachmentService$AttachmentWatchdog"
android:enabled="true"/>
<!-- Handles app upgrade. This disables itself after running once. -->
@@ -482,7 +482,7 @@
</receiver>
<service
- android:name=".service.AttachmentDownloadService"
+ android:name=".service.AttachmentService"
android:enabled="false"
>
</service>