Skip to content

am targeting my Android app for Android 13 (API 33) The WRITE_EXTERNAL_STORAGE permission seems to be working fine below API 33 i.e. Android 12 and less but the runtime permission popup for WRITE_EXTERNAL_STORAGE won't appear when running the app on Android 13. My Android app creates one keystore file in app's private storage. The behaviour changes for Android 13 mention this: If your app targets Android 13, you must request one or more new permissions instead of the READ_EXTERNAL_STORAGE. The new permissions are: Images and photos: READ_MEDIA_IMAGES Videos: READ_MEDIA_VIDEO Audio Audio files: READ_MEDIA_AUDIO I didn't find any information about this in the official documentation. The documentation is focusing on media files only without any word about other file types. #62697

Closed Unanswered
guymillicare asked this question in Mobile
Discussion options

You must be logged in to vote

Replies: 1 comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Mobile
Labels
Mobile Triage your notifications and browse code on the go with the GitHub Mobile app Question
1 participant