I am using android account manager for my app. It allows multiple accounts and every account has it's own specific data.
What I want to know is;
- How to determine which account is being used by account manager
- Is there a way to set specific account in account manager as current one
I'll be using content provider (single class for multiple tables) with syncAdapter to Upload/Download data from a Laravel REST API.