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

All albums are not shown #135

Open
zawmoeooo opened this issue Feb 2, 2024 · 0 comments
Open

All albums are not shown #135

zawmoeooo opened this issue Feb 2, 2024 · 0 comments

Comments

@zawmoeooo
Copy link

zawmoeooo commented Feb 2, 2024

When I tried to select videos, the selection pop up display "This app can only access the photos you select" and all albums are not shown as the previous version.
And storage permission also does not request as the previous version
AndroidManifest.xml contains these permissions.

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" android:minSdkVersion = "33"/>
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO"  android:minSdkVersion = "33"/>
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO"  android:minSdkVersion = "33"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>

image

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

No branches or pull requests

1 participant