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


##########
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:
   I guess you should add here also 
   
   ```xml
   <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" 
android:minSdkVersion="33" />
   ```
   
   based on suggestion from @felicienfrancois 



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