cordova-plugin-mediaPicker icon indicating copy to clipboard operation
cordova-plugin-mediaPicker copied to clipboard

External Storage Usage

Open denizhacisalihoglu opened this issue 6 years ago • 1 comments

Hi all,

There are two permissions that allows to write/read external storage for Android platform. We received this permissions as a vulnerability from the penetration test. Therefore I need to remove these permissions. I tried to force removing them from cordova config file but it did not work perfectly. It still adds these permissions and the app could not pass the pentest.

If I remove these lines from plugin.xml, will it break the plugin? What can you suggest me to do? Anyone can help me please? 🥇 Version: Ionic v1

denizhacisalihoglu avatar Feb 04 '19 07:02 denizhacisalihoglu

@denizhacisalihoglu the plugin must have this read external storage premissions。

DmcSDK avatar Feb 12 '19 09:02 DmcSDK