Quick fix to enable ExchangeService while in single APK
Bug: 3456342 Bug: 3442973 Change-Id: Idb2234794af9a36b75ba46fc1ca04ef5629eb7a2
This commit is contained in:
parent
3a5c1fb274
commit
6000e676e7
@ -423,6 +423,10 @@
|
|||||||
android:name="com.android.exchange.ExchangeService"
|
android:name="com.android.exchange.ExchangeService"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
>
|
>
|
||||||
|
<intent-filter>
|
||||||
|
<action
|
||||||
|
android:name="com.android.email.EXCHANGE_INTENT" />
|
||||||
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<!--Required stanza to register the EasAuthenticatorService with AccountManager -->
|
<!--Required stanza to register the EasAuthenticatorService with AccountManager -->
|
||||||
|
Loading…
Reference in New Issue
Block a user