Android 13 – READ_EXTERNAL_STORAGE_PERMISSION still usable

According to documentation (https://developer.android.com/training/data-storage/shared/media#storage-permission): No permissions needed if you only access your own media files On devices that run Android 10 or higher, you don’t need any storage-related permissions to access and modify media files that your app owns, including files in the Media Store. Downloads collection. If you’re developing a camera app, for example, … Read more