Skip to content
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

Add ReceiveSms permission if it's declared in manifest #19660

Closed
wants to merge 1 commit into from

Conversation

Redth
Copy link
Member

@Redth Redth commented Jan 2, 2024

Description of Change

The PR #14203 Removed the permission for ReceiveSms that was added by default if you tried to use the Sms permission on Android, which was only partially correct.

We still want to add the ReceiveSms permission to the request if you have also defined it in your android manifest file, just like the other permissions optionally added.

Issues Fixed

Fixes #19658

#14203 Removed the permission for `ReceiveSms` that was added by default if you tried to use the `Sms` permission on Android, which was only partially correct.

We still want to add the `ReceiveSms` permission to the request if you have also defined it in your android manifest file, just like the other permissions optionally added.

This fixes #19658
@Redth Redth requested a review from a team as a code owner January 2, 2024 19:31
@Redth
Copy link
Member Author

Redth commented Jan 3, 2024

Missed #19659 does this already, closing mine in favour of theirs :)

@Redth Redth closed this Jan 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to request android.permission.RECEIVE_SMS
1 participant