deepti1408 commented on issue #675: URL: https://github.com/apache/cordova-plugin-camera/issues/675#issuecomment-708893356
hi @jcesarmobile , from android Q, getExternalStorageDirectory is deprecated. In the code, fileProvider is using this path for saving captured images. This is part of scoped storage introduced in android 10. Please refer links: [https://developer.android.com/training/data-storage/use-cases#migrate-legacy-storage](https://developer.android.com/training/data-storage/use-cases#migrate-legacy-storage) [https://commonsware.com/blog/2019/06/07/death-external-storage-end-saga.html](https://commonsware.com/blog/2019/06/07/death-external-storage-end-saga.html) ---------------------------------------------------------------- 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]
