Skip to content

fix permission#14

Open
jawa0919 wants to merge 5 commits intoernestp:masterfrom
jawa0919:jawa0919_debug
Open

fix permission#14
jawa0919 wants to merge 5 commits intoernestp:masterfrom
jawa0919:jawa0919_debug

Conversation

@jawa0919
Copy link
Copy Markdown

#11

run my andoid 16 success

移除了 build.gradle 中不再使用的 supportLibVersion 配置项,
因为项目已经迁移到 AndroidX 并且不再依赖支持库。
将Android Gradle插件从9.1.0降级到8.10.1以解决构建兼容性问题
为应用添加android:largeHeap属性以支持更大的内存分配,
提升应用处理大数据集时的性能表现。
- 添加READ_MEDIA_IMAGES权限以支持Android 13及更高版本
- 更新权限检查逻辑以兼容新旧版本的存储权限机制
- 移除已弃用的WRITE_EXTERNAL_STORAGE权限相关代码
@ernestp
Copy link
Copy Markdown
Owner

ernestp commented Apr 26, 2026

@jawa0919 Can you add steps how to reproduce issue this PR fixes?

@jawa0919
Copy link
Copy Markdown
Author

must have Android 13 (API level 33) and above Devices

Screenrecorder-2026-04-27-09-49-45-85.mp4

Copy link
Copy Markdown
Owner

@ernestp ernestp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR, please check comments

Comment thread app/src/main/java/com/jiangdg/demo/MainActivity.kt
Comment thread app/src/main/java/com/jiangdg/demo/MainActivity.kt
Comment thread libausbc/src/main/java/com/jiangdg/ausbc/camera/CameraUVC.kt
Comment thread libausbc/src/main/java/com/jiangdg/ausbc/render/RenderManager.kt
Comment thread libausbc/src/main/java/com/jiangdg/ausbc/utils/CameraUtils.kt
Comment thread build.gradle
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.

2 participants