thiagoroc edited a comment on issue #777:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/777#issuecomment-976949616


   
   > I finally was able to fix it with by adding : 
xmlns:android="http://schemas.android.com/apk/res/android";
   > 
   > So you have to add this to your config.xml :
   > 
   > `<config-file parent="/*" target="AndroidManifest.xml" 
xmlns:android="http://schemas.android.com/apk/res/android";> <queries> <intent> 
<action android:name="android.media.action.IMAGE_CAPTURE" /> </intent> <intent> 
<action android:name="android.intent.action.GET_CONTENT" /> </intent> 
</queries> </config-file>`
   
   Thanks! This was the solution for my case!!!


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

To unsubscribe, e-mail: [email protected]

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