alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
53 stars 24 forks source link

Add support for apk (request install intent) #114

Closed alexrintt closed 1 year ago

alexrintt commented 1 year ago

Implement intent in the openDocumentFile API to handle apk install request, requires install package permission:

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
alexrintt commented 1 year ago

It is already implemented, but it is not published yet.

shinexoh commented 1 year ago

Bro, please help me https://github.com/alexrintt/shared-storage/issues/117#issuecomment-1494628548

alexrintt commented 1 year ago

Duplicate of #92