You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install the MRP on a phone with Android 8 or lower (SDK version <28) running on it.
Start the app.
Click the "Request" button and observe how the request modal does not show up.
Repeat on Android 9 or later and notice that it works
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
Minimal reproduction project (MRP)
MRP_android_permission.zip
The text was updated successfully, but these errors were encountered: