Skip to content

Permission Dialog not working wit Android 15 - Security Update May 2025 #131

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

Open
kiwi-x opened this issue May 16, 2025 · 0 comments
Open

Comments

@kiwi-x
Copy link

kiwi-x commented May 16, 2025

Hi,

we have several apps using this plugin.

But after updating my pixel phone to latest security path,
I can't answer the permission dialog anymore.

I open the app, I request i.e. the media images permission with

        permissions.requestPermission(permissions.READ_MEDIA_IMAGES, success, error);
        function error() {
          console.warn('Permissions not granted!');
        }
        function success( status ) {
          if(!status.hasPermission) error();
}

The permission dialog opens

Image

But I can't answer or close this dialog.

The only hint I fould was that Google changed something in the Permission Controller

Permission Controller CVE-2025-26420, CVE-2025-26425

See: https://source.android.com/docs/security/bulletin/2025-05-01

Has anybody the same issues?

-- kiwix

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

No branches or pull requests

1 participant