A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
If you add MANAGE_EXTERNAL_STORAGE in your AndroidManifest.xml, you need to request this permission as well, Use the ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION intent action to direct users to a system settings page where they can enable the following option for your app: Allow access to manage all files.
please refer to following thread.
https://developer.android.com/training/data-storage/manage-all-files#all-files-access
Please note: If you request MANAGE_EXTERNAL_STORAGE permission. Your application should be following permitted list that uses of the All files access permission. Otherwise, your application will be rejected from Google Play.
- File management
- Backup and restore apps
- Anti-virus apps
- Document management apps
- Search (On Device)
- Disk/Folder Encryption and Locking
- Device Migration/Phone transfer
Best Regards,
Leon Lu
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.