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

targetsdkversion 33 权限判断问题 #973

Open
wants to merge 167 commits into
base: v3.7
Choose a base branch
from
Open

targetsdkversion 33 权限判断问题 #973

wants to merge 167 commits into from

Conversation

oooo7777777
Copy link

@oooo7777777 oooo7777777 commented Nov 8, 2022

老哥你好,Android版本为13及以上的时候,将不再申请WRITE_EXTERNAL_STORAGE,而是改成了
MANAGE_EXTERNAL_STORAGE ,或者READ_MEDIA_VIDEO,或者READ_MEDIA_VIDEO。
而你在下载的时候,去判断了WRITE_EXTERNAL_STORAGE是否申请。
这导致 高版本不适配。能否抽个时间优化下。万分感谢

AriaLyy and others added 30 commits September 9, 2019 15:09
@stale
Copy link

stale bot commented Nov 28, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 28, 2022
@stale stale bot removed the wontfix label Jun 1, 2023
@stale
Copy link

stale bot commented Jun 10, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 10, 2023
@thesnail
Copy link

thesnail commented Aug 7, 2023

老哥你好,Android版本为13及以上的时候,将不再申请WRITE_EXTERNAL_STORAGE,而是改成了 MANAGE_EXTERNAL_STORAGE ,或者READ_MEDIA_VIDEO,或者READ_MEDIA_VIDEO。 而你在下载的时候,去判断了WRITE_EXTERNAL_STORAGE是否申请。 这导致 高版本不适配。能否抽个时间优化下。万分感谢

兄弟,改好了吗

@Traveler0908
Copy link

Aria.download(this)
.load(newestVersionInfo.getUpdateDownloadLink())
.setFilePath(filePath + newestVersionInfo.getUpdateVersion())
.ignoreCheckPermissions()

添加ignoreCheckPermissions()可以执行下载逻辑、13上获取权限后在设置这个

@stale stale bot removed the wontfix label Aug 14, 2023
@stale
Copy link

stale bot commented Sep 16, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet