java - Connect with Google Drive without add account to android.accounts.AccountManager? -
please tell me whether possible? connect google drive, not want add account android accountmanager.
credential = googleaccountcredential.usingoauth2( activity, arrays.aslist(scopes)) .setbackoff(new exponentialbackoff()) .setselectedaccountname(pref_account_name);
it not work because account not added android.accounts.accountmanager.
i not want show user account application connected , taking files.
thanks
Comments
Post a Comment