How To Get Read/Write PERMISSION In android 13
please describe
1 Like
For android 13 the Read/Write permission no longer exists.
Granular media permissions
If your app targets Android 13 or higher and needs to access media files that other apps have created, you must request one or more of the following granular media permissions instead of the READ_EXTERNAL_STORAGE
permission:
Type of media | Permission to request |
---|---|
Images and photos | READ_MEDIA_IMAGES |
Videos | READ_MEDIA_VIDEO |
Audio files | READ_MEDIA_AUDIO |
Source: Behavior changes: Apps targeting Android 13 or higher | Android Developers
what about document file like(pdf,and other formate file
)
i request you to please share block image for permission
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.