bartdeveloper commented on issue #611: URL: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-654832814
Unfortunately `requestLegacyExternalStorage` in _config.xml_ doesn't work. I tried this code: `<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> <application android:requestLegacyExternalStorage="true" /> </edit-config>` And I got: > AAPT: error: attribute android:requestLegacyExternalStorage not found. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
