am 66bbd95a
: Merge "Fix GAL lookup for provisioned EAS accounts" into froyo
Merge commit '66bbd95a016803133f74a7372c29acc3a20c72c4' into froyo-plus-aosp * commit '66bbd95a016803133f74a7372c29acc3a20c72c4': Fix GAL lookup for provisioned EAS accounts
This commit is contained in:
commit
ce3aabde3a
@ -706,6 +706,7 @@ public class EasSyncService extends AbstractSyncService {
|
||||
svc.mSsl = (ha.mFlags & HostAuth.FLAG_SSL) != 0;
|
||||
svc.mTrustSsl = (ha.mFlags & HostAuth.FLAG_TRUST_ALL_CERTIFICATES) != 0;
|
||||
svc.mDeviceId = SyncManager.getDeviceId();
|
||||
svc.mAccount = acct;
|
||||
Serializer s = new Serializer();
|
||||
s.start(Tags.SEARCH_SEARCH).start(Tags.SEARCH_STORE);
|
||||
s.data(Tags.SEARCH_NAME, "GAL").data(Tags.SEARCH_QUERY, filter);
|
||||
|
Loading…
Reference in New Issue
Block a user