“GET_ACCOUNTS”实际上做了什么?

时间:2013-08-14 08:58:08

标签: android

http://developer.android.com/reference/android/Manifest.permission.html#GET_ACCOUNTS

我一直在搜索Android开发人员指南,它代表GET_ACCOUNTS

Allows access to the list of accounts in the Accounts Service

那么GET_ACCOUNTS实际上做了什么?应用程序可以读取设备的电子邮件地址或电话联系人吗?

1 个答案:

答案 0 :(得分:3)

它允许您以这种方式列出系统帐户:

Type      | AccountName
Google    | bob@gmail.com
Exchange  | clare@live.com
FaceBook  | alice@yahoo.com

当然你无法获得密码。