作者ysety (^^)
看板AndroidDev
标题[问题] App取得google paly登录的gmail帐号
时间Mon Nov 9 17:16:34 2020
想请问App内如何取得google play登录的gmail帐号呢?
试过这个方法但无法取得, 在Android 8.0手机上运行,权限也有取得
AccountManager accountManager = AccountManager.get(context);
Account[] accounts = accountManager.getAccounts();
for(Account account : accounts){
Log.i("--Get Account Example--", account.name);
Log.i("--Get Account Example--", account.type);
}
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 60.250.195.171 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/AndroidDev/M.1604913396.A.92F.html
1F:推 loxyz: 1.runtime permission 2.android version 11/10 10:10
※ 编辑: ysety (60.250.195.171 台湾), 11/10/2020 11:44:44