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

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -