pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 583 forks source link

Android: Remove READ_EXTERNAL_STORAGE permission #343

Open ath0mas opened 10 months ago

ath0mas commented 10 months ago

READ_EXTERNAL_STORAGE is never requested by this plugin at runtime. So let app developers add it if required for their paths and sdk versions.

This prevents conflict with other plugins that really declare it and changed it recently (for SDK 33).