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

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -