Skip to content

Comments

only using BROADCAST_CLOSE_SYSTEM_DIALOGS on <= sdk 30#991

Open
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
broadcast-close-system-dialog-fix
Open

only using BROADCAST_CLOSE_SYSTEM_DIALOGS on <= sdk 30#991
franco-zalamena-iterable wants to merge 3 commits intomasterfrom
broadcast-close-system-dialog-fix

Conversation

@franco-zalamena-iterable
Copy link
Contributor

@franco-zalamena-iterable franco-zalamena-iterable commented Feb 16, 2026

✏️ Description

Resolves security vulnerability flag for BROADCAST_CLOSE_SYSTEM_DIALOGS permission on Android 12+ by restricting the permission to API 30 and below using maxSdkVersion.

Changes

  • Updated AndroidManifest.xml to add android:maxSdkVersion="30" to BROADCAST_CLOSE_SYSTEM_DIALOGS permission
  • Removed tools:ignore="ProtectedPermissions" as it's no longer needed

References

Copy link
Member

@Ayyanchira Ayyanchira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Lets see if this resolves the customer issue.

@Ayyanchira
Copy link
Member

This looks good to go ahead and merge @franco-zalamena-iterable .

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

Successfully merging this pull request may close these issues.

BROADCAST_CLOSE_SYSTEM_DIALOGS flagged by partner as security vulnerability

2 participants