This repository was archived by the owner on Mar 15, 2025. It is now read-only.
Added MANAGE_EXTERNAL_STORE to manifest. This way gwc-files can be ac…#376
Open
rascheC wants to merge 1 commit intocgeo:masterfrom
Open
Added MANAGE_EXTERNAL_STORE to manifest. This way gwc-files can be ac…#376rascheC wants to merge 1 commit intocgeo:masterfrom
rascheC wants to merge 1 commit intocgeo:masterfrom
Conversation
…cessed when on API 30 or higher. The permission needs to be set manually on my S10 under settings. Caution: According to the Google Playstore policy that means that the app will be further evaluated by Google.
Collaborator
|
Can one of the core team members give me the the permission to test this? |
Member
|
ok to test |
Member
|
Sadly this is not a viable solution. Google won't allow this (only file managers and some other special apps might request this permission), on the other hand the implementation between different ROMs can vary. If things would be so easy we would have done it already. |
Member
|
We need to have scoped storage implemented... This change is no option. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added MANAGE_EXTERNAL_STORE to manifest. This way gwc-files can be accessed when on API 30 or higher. The permission needs to be set manually on my S10 under settings. Caution: According to the Google Playstore policy that means that the app will be further evaluated by Google.