Implement Android app-private paths, configuration, cache, and backup policy in the Rust core #90
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
Make all storage-owned files work correctly inside Android's sandbox and survive safe application updates without leaking into device or cloud backups.
Scope
HOME, current working directory, or public storage.config.toml, TOTP discovery catalog, and transactional scratch space under storage-owned capability roots with atomic mutation behavior.Libraries and APIs
Android
Context.filesDir,cacheDir,noBackupFilesDir, data-extraction/backup rules, and storage-owned Rust filesystem/capability APIs. No Storage Access Framework access is needed for the live repository.Acceptance criteria
Depends on #88, the Rust/UniFFI packaging issue, and the platform-neutral contract issue. Part of #87.