You can grant storage permission to an app via Settings > Apps > Google Play Store > Manage Android preferences > Apps & notifications > App permissions > Storage .
Read moreHow do I give permission to internal storage on Android?
Android defines two permissions related to storage: READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE . As you can see, permissions are only defined for accessing external storage. That means that every app, by default, has permissions to access its internal storage.
Read moreHow do I enable permission for device storage?
Change permissions based on their type
Read moreHow do I grant permission for external storage?
To read and write data to external storage, the app required WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE system permission. These permissions are added to the AndroidManifest. xml file. Add these permissions just after the package name .
Read more