Replies: 2 comments
-
Does the plugin handle declaring the permissions in the manifest? If not you may need to manually add them using Recent Apache changes may have also caused the problem, as the permissions may have been declared before and is no longer by the plugin(s) you might be using including:
Google requires justification for using the new If you're app is wanting access just to pick a single resource (e.g. for a profile picture or something), Google will likely deny the justification. So Apache revised the plugin codebases and reworked things so that they didn't require the need for The blog posts will have more information:
So it might be worth revising your project to determine if |
Beta Was this translation helpful? Give feedback.
-
The required permissions are in the config.xml and AndroidManifest.xml. The required Permissions are requested and granted in Google Play Store Developer console in the app content section. So anything should be fine. Sadly no other details in the Security Bulletin and the given CVEs are still reserved. All our apps are affected (TargetSDK 34 and 35) and only on Android 15 May-2025. Any other Android Versions we tested are still working fine. That's why I'm thinking there is a breaking change in the Permission Controller in the May 2025 Update. But now I'm not shure if it is a possible, general problem for requestPermission in cordova android apps or maybe only a problem with the plugin (but it calls cordova.requestPermissions as well). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Cordova Android in combination with the cordova-plugin-android-permissions plugin.
I use it like this;
Since the May 2025 security update, the permission request dialog opens, but you can't
submit the dialog anymore.
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
But now I'm not shure if it's a common problem or a problem with the plugin.
Does anyone have simular issues or any hints.
Cheers
kiwi-x
PS: I open an issue for the plugin, too:
NeoLSN/cordova-plugin-android-permissions#131
Beta Was this translation helpful? Give feedback.
All reactions