alexrintt / shared-storage

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

Add some way to launch an Apk Installation when `REQUEST_INSTALL_PACKAGES` is available #92

Open alexrintt opened 2 years ago

alexrintt commented 2 years ago

Currently the Open with option (openDocumentFile(...)) does nothing when the target file is an apk file.

The main goal of this issue is to add some implementation under the openDocumentFile native function to request install the apk, see android-install-apk-programmatically.