adrianhardy commented on issue #373:
URL: 
https://github.com/apache/cordova-plugin-media/issues/373#issuecomment-1595723809

   Forgive my ignorance, but when looking at your suggested fix: 
   
   ```
   String READ_IMAGES_PERMISSION =
               Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU ?
                       Manifest.permission.READ_MEDIA_IMAGES : 
Manifest.permission.READ_EXTERNAL_STORAGE;
   ```
   
   Is that providing support for building using older "compileSDK"? Or is that 
a requirement to support multiple android versions at runtime?
   
   Again, apologies if that's a silly question - I don't know a lot about Java, 
Android SDK, etc. 


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