fix permission#14
Open
jawa0919 wants to merge 5 commits intoernestp:masterfrom
Open
Conversation
移除了 build.gradle 中不再使用的 supportLibVersion 配置项, 因为项目已经迁移到 AndroidX 并且不再依赖支持库。
将Android Gradle插件从9.1.0降级到8.10.1以解决构建兼容性问题
为应用添加android:largeHeap属性以支持更大的内存分配, 提升应用处理大数据集时的性能表现。
- 添加READ_MEDIA_IMAGES权限以支持Android 13及更高版本 - 更新权限检查逻辑以兼容新旧版本的存储权限机制 - 移除已弃用的WRITE_EXTERNAL_STORAGE权限相关代码
Owner
|
@jawa0919 Can you add steps how to reproduce issue this PR fixes? |
Author
|
must have Android 13 (API level 33) and above Devices Screenrecorder-2026-04-27-09-49-45-85.mp4 |
ernestp
requested changes
Apr 27, 2026
Owner
ernestp
left a comment
There was a problem hiding this comment.
Thanks for your PR, please check comments
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#11
run my andoid 16 success