I need to have two separate syncs in my app. One is done every 12 hrs. Another is done every week. I want to have them both under the same "account", so each type of sync can be enabled/disabled separately.
Actually, the accounts are dummies - I don't need that functionality, so all my authenticator methods return null.
But I'm only able to get one syncadapter to show up for an account. Any idea how I can achieve this?