bertoldofonseca / better_open_file

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Remove Manifest.permission.REQUEST_INSTALL_PACKAGES as it is throwing error while deploying the app #9

Open muhammadmateen027 opened 1 year ago

muhammadmateen027 commented 1 year ago

As per documentation, Manifest.permission.REQUEST_INSTALL_PACKAGES is removed from the manifest file but it is still available in the internal file.

It is causing that app is not being accepted at playstore.

https://github.com/bertoldofonseca/better_open_file/blob/ef754acfd04874f59f3c3541c358e676c87b5063/android/src/main/java/com/crazecoder/openfile/OpenFilePlugin.java#L360