作者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/m.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