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

fix: android 10 permissions #26

Merged
merged 3 commits into from Oct 11, 2022
Merged

fix: android 10 permissions #26

merged 3 commits into from Oct 11, 2022

Conversation

janisslsm
Copy link
Contributor

Fixes mkdir causing permission denied inside of the Discord app by patching manifest that does the following

  • changes targetSdkVersion to 28
  • adds requestLegacyExternalStorage flag

This shouldn't affect other android versions, <= A9 already has this behavior afaik and A11 ignores requestLegacyExternalStorage.

Fixes `mkdir` causing permission denied inside of the Discord app by patching manifest that does the following
* changes `targetSdkVersion` to 28
* adds `requestLegacyExternalStorage` flag
@rushiiMachine rushiiMachine merged commit f7363e3 into Aliucord:main Oct 11, 2022
@janisslsm janisslsm deleted the a10-permission-fix branch October 11, 2022 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants