DomainGroupOSS / accounts-autocomplete

An M-compatible custom AutoCompleteTextView that shows the user's Google accounts as autocomplete suggestions.
Apache License 2.0
16 stars 4 forks source link

Add GET_ACCOUNTS to library manifest #6

Closed MichaelEvans closed 8 years ago

MichaelEvans commented 8 years ago

Without the GET_ACCOUNTS permission as part of the library manifest, the user would need to add it - because the library requires it for calling AccountManager.get(context).getAccountsByType(GoogleAuthUtil.GOOGLE_ACCOUNT_TYPE);