erisu commented on issue #282:
URL: 
https://github.com/apache/cordova-plugin-media-capture/issues/282#issuecomment-1738786527

   ```
               <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" />
   ```
   
   And also anywhere in code that uses those permissions E.g. 
`Manifest.permission.READ_MEDIA_AUDIO`, `Manifest.permission.READ_MEDIA_IMAGES` 
and `Manifest.permission.READ_MEDIA_VIDEO`
   
   If you look up those permissions in Android Developer docs, you will see it 
was added in API 33.
   
   Here is an example doc for one of those I listed above: 
https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_VIDEO
   
   Cordova-Android 11 and old does not support API 33 right out of the box and 
would fail to build.
   
   Cordova-Android 12 has been updated to support compiling API 33 right out of 
the box. That is why the requirement was bumped.


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