Skip to content

Remove GET_ACCOUNTS requirement in Parse #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 27, 2015
Merged

Remove GET_ACCOUNTS requirement in Parse #215

merged 1 commit into from
Oct 27, 2015

Conversation

grantland
Copy link
Contributor

GET_ACCOUNTS is only required for GCM on devices running lower than 4.0.4.
This will allow developers to leave out this permission if they are targetting
4.0.4+.

This also removes some trailing whitespace.

Resolves #129

GET_ACCOUNTS is only required for GCM on devices running lower than 4.0.4.
This will allow developers to leave out this permission if they are targetting
4.0.4+.

This also removes some trailing whitespace.
@grantland grantland added this to the 1.10.3 milestone Oct 22, 2015
@facebook-github-bot
Copy link

By analyzing the blame information on this pull request, we identified @grantland to be a potential reviewer.

"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />\n" +
"<uses-permission android:name=\"android.permission.VIBRATE\" />\n" +
"<uses-permission android:name=\"android.permission.WAKE_LOCK\" />\n" +
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\" />\n" +
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we should remove this from the comment

@bnham
Copy link

bnham commented Oct 26, 2015

seems safe to merge. i'll leave the decision over whether you want to include the permission in the comment up to you.

@grantland
Copy link
Contributor Author

I think it's safer to keep the permission there, as it could be a reason that Parse isn't working.

grantland added a commit that referenced this pull request Oct 27, 2015
Remove GET_ACCOUNTS requirement in Parse
@grantland grantland merged commit a221bb2 into master Oct 27, 2015
@grantland grantland deleted the grantland.gcm branch October 27, 2015 00:45
@facebook-github-bot
Copy link

@grantland updated the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants