Implement CameraX GPG key import and QR export on Android #106
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Transfer ASCII-armored GPG public and private keys through single- or multipart QR codes using Android-native camera/display adapters.
Scope
crates/storage.FLAG_SECURE, brightness/keep-screen-on only while needed, and immediate masking on background/lock; never copy armor to clipboard, save it to photos, cache camera frames, or log payloads.Acceptance criteria
Depends on Rust/UniFFI packaging, lifecycle security, biometric authentication, and onboarding. Part of #87.