authentication - Android AccountManager :Which account is being used? -


i using android account manager app. allows multiple accounts , every account has it's own specific data.

what want know is;

  • how determine account being used account manager
  • is there way set specific account in account manager current one

i'll using content provider (single class multiple tables) syncadapter upload/download data laravel rest api.

based on information , clarification @rocketrandom , clear account manager provides service. user/app developer should work out proper way handle accounts.

for specific problem (multi user login), present user selection list(custom) allows me pass on specific user data syncadapter, in turn load account related sqlite db (i using separate db each user).


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -