Quick fix to enable ExchangeService while in single APK

Bug: 3456342
Bug: 3442973
Change-Id: Idb2234794af9a36b75ba46fc1ca04ef5629eb7a2
This commit is contained in:
Andy Stadler 2011-02-15 11:32:05 -08:00
parent 3a5c1fb274
commit 6000e676e7
1 changed files with 4 additions and 0 deletions

View File

@ -423,6 +423,10 @@
android:name="com.android.exchange.ExchangeService"
android:enabled="true"
>
<intent-filter>
<action
android:name="com.android.email.EXCHANGE_INTENT" />
</intent-filter>
</service>
<!--Required stanza to register the EasAuthenticatorService with AccountManager -->