Change SyncManager to ExchangeService in AndroidManifest
Change-Id: Icf0f056581a67fec0c1700525be1f1dc4df5c167
This commit is contained in:
parent
9d74207039
commit
1b65ea576a
@ -361,9 +361,9 @@
|
||||
android:resource="@xml/syncadapter_calendar" />
|
||||
</service>
|
||||
|
||||
<!-- Add android:process=":remote" below to enable SyncManager as a separate process -->
|
||||
<!-- Add android:process=":remote" below to enable ExchangeService as a separate process -->
|
||||
<service
|
||||
android:name="com.android.exchange.SyncManager"
|
||||
android:name="com.android.exchange.ExchangeService"
|
||||
android:enabled="true"
|
||||
>
|
||||
</service>
|
||||
|
Loading…
Reference in New Issue
Block a user