olidotjpeg commented on issue #611:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-696745311


   I am having this same issue on API SDK 29, tried adding this snippet to my 
Android platform in the `config.xml` file.
   ```
   <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>
   ```
   
   Which either causes the app to crash when I accept permissions or do nothing 
at all.
   
   Cordova CLI: 10.0.0
   Cordova Platform : Android 9.0.0
   As I mentioned above I am building for Android 29


----------------------------------------------------------------
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]

Reply via email to