bmarsaud commented on code in PR #295:
URL: 
https://github.com/apache/cordova-plugin-media-capture/pull/295#discussion_r1675671169


##########
plugin.xml:
##########
@@ -78,11 +78,8 @@ xmlns:android="http://schemas.android.com/apk/res/android";
 
         <config-file target="AndroidManifest.xml" parent="/*">
             <uses-permission android:name="android.permission.RECORD_AUDIO" />
-            <uses-permission 
android:name="android.permission.READ_MEDIA_AUDIO" />
-            <uses-permission 
android:name="android.permission.READ_MEDIA_IMAGES" />
-            <uses-permission 
android:name="android.permission.READ_MEDIA_VIDEO" />
-            <uses-permission 
android:name="android.permission.READ_EXTERNAL_STORAGE" 
android:maxSdkVersion="32" />
-            <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" 
android:maxSdkVersion="32" />
+            <uses-permission 
android:name="android.permission.READ_EXTERNAL_STORAGE" 
android:maxSdkVersion="29" />
+            <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" 
android:maxSdkVersion="29" />

Review Comment:
   Understood, I force-pushed to remove the last commit that changed the 
`maxSdkVersion` for storage permissions instead of doing an unescessary revert 
commit.
   
   I re-tested on Android 9, 10, 11, 12L, 13 and 14, everything is still fine.



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