Skip to content

docs: audit Android manifest permissions#470

Merged
jjoonleo merged 1 commit intomainfrom
codexd/442-audit-android-manifest-permissions
May 10, 2026
Merged

docs: audit Android manifest permissions#470
jjoonleo merged 1 commit intomainfrom
codexd/442-audit-android-manifest-permissions

Conversation

@jjoonleo
Copy link
Copy Markdown
Contributor

@jjoonleo jjoonleo commented May 9, 2026

Summary

Verification

  • flutter pub get: passed
  • gradle :app:processDebugMainManifest: failed before manifest output because generated Dart files are absent in this checkout
  • gradle :app:processDebugMainManifest -x :app:compileFlutterBuildDebug: passed
  • ANDROID_KEYSTORE_PATH=$HOME/.android/debug.keystore ANDROID_KEYSTORE_PASSWORD=android ANDROID_KEY_ALIAS=androiddebugkey ANDROID_KEY_PASSWORD=android gradle :app:processReleaseMainManifest -x :app:compileFlutterBuildRelease: passed with ignored local placeholder Firebase config for manifest merge only
  • rg -n "uses-permission" build/app/intermediates/merged_manifest/release/processReleaseMainManifest/AndroidManifest.xml: confirmed merged release permission inventory
  • git diff --check: passed

Unblocks

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Visit the preview URL for this PR (updated for commit d173240):

https://ontime-c63f1--pr470-codexd-442-audit-and-1w78620v.web.app

(expires Sat, 16 May 2026 14:17:06 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7d60a2eae4c4a5839220ed6a57552a3b61cce5a3

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

Visit the preview URL for this PR (updated for commit d173240):

https://on-time-front-widgetbook--pr470-codexd-442-audit-and-alc109pt.web.app

(expires Sat, 16 May 2026 14:17:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e53128a376fed0209d449279de9c0d94c83cdd8b

@jjoonleo jjoonleo marked this pull request as ready for review May 10, 2026 02:59
@jjoonleo jjoonleo merged commit 4a5febf into main May 10, 2026
4 checks passed
@jjoonleo jjoonleo deleted the codexd/442-audit-android-manifest-permissions branch May 10, 2026 02:59
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.

[Release] Audit Android manifest permissions for release

1 participant