fix(formulus): Play compliance with SAF media picker and 16 KB page-size enforcement - #925
Merged
r0ssing merged 4 commits intoSep 20, 2026
Conversation
…ent; version 1.3.4 (code 80)
najuna-brian
force-pushed
the
fix/play-console-foss-compliance
branch
from
September 20, 2026 17:24
1ac208b to
6169a90
Compare
r0ssing
approved these changes
Sep 20, 2026
r0ssing
left a comment
Member
There was a problem hiding this comment.
Nice one! Thanks @najuna-brian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes the two Google Play Console policy blocks on the Formulus Android update (Photo/Video Permissions and 16 KB page-size enforcement), keeping the app fully FLOSS with zero Google runtime dependencies.
Closes #926
Changes
Permissions: Removed
READ_MEDIA_IMAGES,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE. Android gallery selection now uses the Storage Access Framework via@react-native-documents/picker(mode: 'import') and copies the image into app-private attachment storage - no broad shared-media access needed. Camera/QR keep onlyCAMERA.16 KB pages:
ndkVersionbumped27.1.12297006→28.0.13004108(NDK r28), which aligns native libraries to 16 KB memory pages.Version: Bumped to
1.3.4/versionCode 80(next four-code block; iOS aligned).validate:native-versionsgreen.Validation
READ_MEDIA_*/external-storage permissions anywhere in app or dependency manifests (audit done)