thanks a lot if my android version is more recently like android 10 or superior i am only need to use get api level1 sdk version > 33? like this? changing the sign? or i need to use other method?
i have a question about the use of the conditional with external read and read media images. why i need to use the conditional. what is exactly the function of else?
To access media files that were not created by the app, you must always request READ permission even on Android > 10. However, starting with Android 13+, there is only READ_MEDIA_IMAGES (instead of READ_EXTERNAL_STORAGE), so these permissions must be requested exactly as I have shown.