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

Android: Disable automatic permissions request #87080

Merged

Conversation

m4gr3d
Copy link
Contributor

@m4gr3d m4gr3d commented Jan 11, 2024

The feature was added in Godot 4.2, but it goes against recommended best practices for permissions request, as such it's being reverted. In its place, developers now have to explicitly request the permissions they need to access.

Fixes #87043
Fixes m4gr3d/Godot-Android-Samples#14

The feature was added in Godot 4.2, but it goes against recommended best practices for permissions request, as such it's being reverted.
In its place, developers now have to explicitly request the permissions they need to access.
@akien-mga
Copy link
Member

Thanks!I forgot to mark my approved review, but I did approve in my mind :P

@m4gr3d m4gr3d deleted the disable_automatic_permissions_request branch January 11, 2024 23:42
maunvz pushed a commit to maunvz/godot_openxr_vendors that referenced this pull request Jan 12, 2024
m4gr3d added a commit to m4gr3d/godot_openxr_vendors that referenced this pull request Jan 12, 2024
m4gr3d added a commit to GodotVR/godot_openxr_vendors that referenced this pull request Jan 12, 2024
@YuriSizov YuriSizov removed the cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release label Jan 25, 2024
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.2.2.

@akien-mga akien-mga changed the title Disable automatic permissions request Android: Disable automatic permissions request May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants