Hello,
Referring to this documentation Storage updates in Android 11, we could note that Android 11 has updated the storage mechanism.
App-specific directory on external storage
Starting in Android 11, apps cannot create their own app-specific directory on external storage. To access the directory that the system provides for your app, call getExternalFilesDirs().
For usage sample and more detailed explanations, you could refer to [getExternalFilesDir](https://developer.android.com/reference/android/content/Context#getExternalFilesDir(java.lang.String\)).
I am trying to allow the user to save backups to the external SD card.
Using this API for saving backups could be more safety, due to these files are internal to the application.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.