Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a lack of MANAGE_DOCUMENTS permission #551

Merged
merged 2 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Support a lack of MANAGE_DOCUMENTS permission

    When `android.permission.MANAGE_DOCUMENTS` is not granted, Seedvault
    prompts to select a storage location. Do not insist on resolving the
    storage's actual root, as it will likely (or perhaps always) fail.
    Use a fake storage root as is done for USB and app-based options.
    
    Known issues:
    * Selected location is assumed not to be USB and not to require
      network access in its storage options.
    
    Change-Id: I357b4c68673d71c087be41e9c94c2841c1d6658e
    t-m-w authored and stevesoltys committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    208dbd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e69831 View commit details
    Browse the repository at this point in the history