-1

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

I've been searching around Android developers guide, and it says for GET_ACCOUNTS

Allows access to the list of accounts in the Accounts Service

So what does GET_ACCOUNTS actually do? Can an app read the device's email address or phone contacts?

4

1 回答 1

3

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

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

当然你不能得到密码。

于 2013-08-14T09:02:27.393 回答