Skip to content

All albums are not shown  #135

@zawmoeooo

Description

@zawmoeooo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions