Android SDK 33 has several new behaviors to support your application. One of them is related to permissions. The permission request that is quite noticeable is to read the media.
In previous releases, AndroidManifest.xml states 2 permissions which are READ_EXTERNAL_STORAGE and...