Maheshvy removed a comment on issue #426: URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-981407318
**I tried with below code in Androidmainfest file** <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.ACTION_MANAGE_STORAGE" /> <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/> **Config.xml file** <preference name="AndroidInsecureFileModeEnabled" value="true" /> <preference name="AndroidPersistentFileLocation" value="Compatibility" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
