HarelM commented on issue #611:
URL:
https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-718396764
@PieterVanPoyer Thanks! Seems like this permission is now missing, I have no
idea why, I see it on both the camera plugin `plugin.xml` and file plugin
`plugin.xml` with the same annotation:
```
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
```
But it doesn't get to the manifest.xml file as it used to.
Since I upgraded to Cordova 10 the entire environment had become shaky and I
need to place stuff in different places in the 'package.json` file to make the
app compile. So it might be another bug I'm just not sure where to report it...
----------------------------------------------------------------
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]