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

Requesting app permissions doesn't work on some Android versions #98229

Closed
and-rad opened this issue Oct 16, 2024 · 0 comments · Fixed by #98230
Closed

Requesting app permissions doesn't work on some Android versions #98229

and-rad opened this issue Oct 16, 2024 · 0 comments · Fixed by #98230

Comments

@and-rad
Copy link
Contributor

and-rad commented Oct 16, 2024

Tested versions

v4.4.dev.custom_build [fd7239c]

System information

Android 8.1, GLES3

Issue description

Permission requests don't work on Android SDK levels below 28 due to a breaking change that was introduced in that Android version. Previous versions are not handled correctly by the engine.

Steps to reproduce

  1. Install the MRP on a phone with Android 8 or lower (SDK version <28) running on it.
  2. Start the app.
  3. Click the "Request" button and observe how the request modal does not show up.
  4. Repeat on Android 9 or later and notice that it works

Minimal reproduction project (MRP)

MRP_android_permission.zip

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

Successfully merging a pull request may close this issue.

2 participants