cordova-plugin-android-permissions
cordova-plugin-android-permissions copied to clipboard
READ_EXTERNAL_STORAGE is not working?
When i used READ_EXTERNAL_STORAGE, it shows Allow app to access photos and media on your device? but I want to request Allow app to access photos,media and files on your device? How can I achieve that?
Have you solved your problem? I found it was related with MANAGE_EXTERNAL_STORAGE permission on Android SDK 30, but i can not request this permission.
You must have MANAGE_EXTERNAL_STORAGE permission in AndroidManifest.xml, but this plugin currently not supporting this permission.
yes, i am currently developing a cordova plugin to request the storage.
I made a cordova plugin which deals with this very issue. https://github.com/GAGANsinghmsitece/cordova-manage-external-storage , you may try it