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


   Hello @kevindanielr, try this:
   
   
![image](https://user-images.githubusercontent.com/40251890/145869562-b8eb58d0-590d-4bec-ae31-6f8fff3125aa.png)
   
   `<edit-config file="AndroidManifest.xml" mode="override" target="/manifest">
               <queries>
                   <intent>
                       <action 
android:name="android.media.action.IMAGE_CAPTURE" />
                   </intent>
                   <intent>
                       <action android:name="android.intent.action.GET_CONTENT" 
/>
                   </intent>
               </queries>
           </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.

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