summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bf52778e5..8cdd3439c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -395,6 +395,17 @@
</intent-filter>
</service>
+ <service
+ android:name=".service.ImapService"
+ android:enabled="true"
+ android:permission="com.android.email.permission.ACCESS_PROVIDER"
+ >
+ <intent-filter>
+ <action
+ android:name="com.android.email.IMAP_INTENT" />
+ </intent-filter>
+ </service>
+
<!--Required stanza to register the EasAuthenticatorService with AccountManager -->
<service
android:name=".service.EasAuthenticatorService"