ochakov commented on code in PR #814:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/814#discussion_r1111290417


##########
plugin.xml:
##########
@@ -55,7 +55,7 @@
             </feature>
         </config-file>
         <config-file target="AndroidManifest.xml" parent="/*">
-            <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+            <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" 
android:maxSdkVersion="32" />
         </config-file>

Review Comment:
   Made the following changes in this PR:
   1. Video permission when taking video instead of image permission as 
requested by @breautek 
   2. Updated manifest as requested by @jfoclpf 



-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to