You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/23 01:00:37 UTC

[GitHub] [cordova-plugin-camera] nicolashenry commented on issue #714: Unable to select image from gallery on Android 10

nicolashenry commented on issue #714:
URL: https://github.com/apache/cordova-plugin-camera/issues/714#issuecomment-804505315


   If it can help, adding this to config.xml seems to help for me:
   ```xml
   <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
       <application android:requestLegacyExternalStorage="true" />
   </edit-config>
   ```


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org