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
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
But I can't answer or close this dialog.
The only hint I fould was that Google changed something in the Permission Controller
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
The permission dialog opens
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
The text was updated successfully, but these errors were encountered: