Skip to content

Potential fix for code scanning alert no. 1: Application backup allowed#2

Merged
Teo Boon Keat (teoboonkeat) merged 1 commit into
masterfrom
alert-autofix-1
Jun 8, 2026
Merged

Potential fix for code scanning alert no. 1: Application backup allowed#2
Teo Boon Keat (teoboonkeat) merged 1 commit into
masterfrom
alert-autofix-1

Conversation

@teoboonkeat

Copy link
Copy Markdown
Collaborator

Potential fix for https://github.com/SPHTech/AndroidPageIndicatorView/security/code-scanning/1

Set android:allowBackup to false in sample/src/main/AndroidManifest.xml on the <application> element. This is the minimal and best fix: it removes automatic backup exposure without changing runtime app functionality (activities, intents, theme, etc.). No imports, methods, or additional definitions are needed—just update the existing manifest attribute value.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@teoboonkeat Teo Boon Keat (teoboonkeat) marked this pull request as ready for review June 8, 2026 08:18
@teoboonkeat Teo Boon Keat (teoboonkeat) merged commit 7578bb0 into master Jun 8, 2026
1 of 3 checks passed
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.

1 participant