我有一个有多个帐户和SyncAdapter的应用程序。我希望在用户选择不同帐户后立即停止同步帐户。我在做:ContentResolver.cancelSync(newAccount(mAccount,ACCOUNT_TYPE),MyProvider.AUTHORITY);ContentResolver.removePeriodicSync(newAccount(mAccount,ACCOUNT_TYPE),MyProvider.AUTHORITY,newBundle());它仍然同步。我怎样才能阻止它同步?ps我通过setSyncAutomatically启用了同步,最初是reques