Android 13 – How to request WRITE_EXTERNAL_STORAGE
TLDR: You don’t. From Google’s official documentation: “If your app targets Android 11, both the WRITE_EXTERNAL_STORAGE permission and the WRITE_MEDIA_STORAGE privileged permission no longer provide any additional access.” So in effect, if you were to request WRITE_EXTERNAL_STORAGE on Android 11 or later, you would be requesting nothing. This is the whole point of Android’s migration … Read more