Android is making major changes to how the OS handles permissions, and it’s not just allowing notifications. Permission to access media files (photos, videos, music and documents) is divided into several permissions, more limited. For example, if an app only needs to access music, it will only get permission to access music and not photos.
the old license READ_EXTERNAL_STORAGE is now split into separate permissions for accessing music, photos, and videos, although it will take time for all apps to adapt to these new permissions. Meanwhile, Android 13 will warn us that old apps will still use the old permission.
Authorization for all media
Android 13, of which we have just experienced the third beta, comes with several permission changes under the arm. An important change is that the old mobile media access authorization has been broken down into three different permits: music and audio, photos and videos, and files and documents.
This way, a music app can only access music files and a gallery app only photos and videos, whereas in previous versions they had access to many other files, with the old permission. READ_EXTERNAL_STORAGE.
Apps built for Android 13 will need to use the new permissions, but it will likely take a long time for older apps to adapt. Thanks to the latest Android 13 beta, we now know what will happen to old appsthose that were designed for versions prior to Android 13.
Apps will behave as always, at least for now, getting permission to access photos, videos, audio, and documents, though Android will let us know in case we try to grant granular permission. It will be all or nothing.
In the window that will appear we are told that the application not compatible with latest android version, so if you need to access photos and videos, you can also access music and audio files. That is, the same as in previous versions.
Each year Google advances the minimum version that applications must be based on to be published on Google Play, so this warning should be more frequent because developers are “forced” to base their applications on the latest version available.
Through | android font