Skip to content

On Android, downloaded books are inaccessible to users #7

Description

@jbellue

On Android, the default download directory in init_paths resolves to the app-private internal storage, making downloaded books inaccessible to the user outside of the app: app_data_dir() resolves to the app's sandboxed files directory (/data/data/com.sofriendly.commonstacks/files/Books/).

Downloaded books should probably be stored in a user-accessible location such as /storage/emulated/0/Android/data/com.sofriendly.commonstacks/files/Books/, or directly in the Downloads directory.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions