How to find Gmail account associated with Android Market?

前端 未结 3 777
無奈伤痛
無奈伤痛 2020-12-11 17:00

I know how to find accounts (which will include gmail email ids of user) and how to filter gmail account.

AccountManager am = AccountManager.get(context);
          


        
3条回答
  •  一整个雨季
    2020-12-11 17:41

    The 'association' will be managed by the Android Market/Google Play application, and I don't think it has any public API's that tell you what accounts it uses. Additionally, in recent versions, it can use multiple accounts, so potentially, any Google account on the phone can be used with the Market/Play Store app.

    Why exactly are you trying to do this? To be able to delete accounts 'safely'? The user will get an appropriate error message, so they should be able to decide whether to remove the account or not.

提交回复
热议问题