the image file could not be opened. ionic
Add following line in plugin.xml of imagespicker
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:requestLegacyExternalStorage="true" />
</edit-config>