Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Android deployment documentation by adding a section on Post-quantum cryptography (PQC) hybrid signing for Android 17+ and performing various formatting cleanups, including converting inline links to reference links and adjusting list indentation. Review feedback correctly identified a syntax error in a Markdown reference link and a duplicated command string in the apkanalyzer instructions.
|
Visit the preview URL for this PR (updated for commit bf05ee4): https://flutter-docs-prod--pr13275-document-android-17-pqc-d1ur3ol4.web.app |
gmackall
left a comment
There was a problem hiding this comment.
lgtm outside of a question about where the 3.2 number specifically comes from
|
|
||
| ### Post-quantum cryptography (PQC) hybrid signing (Android 17+) | ||
|
|
||
| Android 17 introduces the v3.2 APK Signature Scheme. |
There was a problem hiding this comment.
Where does 3.2 come from?
I don't see it in https://developer.android.com/about/versions/17/features#pqc-apk-signing
or
https://security.googleblog.com/2026/03/post-quantum-cryptography-in-android.html
And I only see mention of a 3.1 in
https://source.android.com/docs/security/features/apksigning/v3-1
There was a problem hiding this comment.
3.2 was listed in the Android 17 Beta 3 release notes.
Fixes #13263