feb2c387b0
On updates to content://com.google.android.email.provider/syncedMessage request a sync for the folder the message is in. We need to do this because Exchange sync adapter is marked as android:supportsUploading="false" so notifySync() doesn't work. Neither does adding a UPLOAD extra to the sync request. If we do that, the request is dropped. This means that the sync request will also downsync the folder but t's probably a good thing anyway. We could add our own version of UPLOAD extra if we really want to prevent downsync. Bug: 10678136 Change-Id: I14f06c4da905560716773d31d59388d2e6d25635 |
||
---|---|---|
assets | ||
emailcommon | ||
emailsync | ||
res | ||
src/com | ||
tests | ||
.classpath | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
CleanSpec.mk | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE | ||
proguard.flags |