1.0.0 • Published 8 years ago

cordova-plugin-file-opener v1.0.0

Weekly downloads
33
License
MIT
Repository
github
Last release
8 years ago

cordova-plugin-file-opener

This plugin allows you to open files in Android. Plugin is especially made to handle application package (.apk) installation process by providing functionality for opening the application after the installation has finished.

Installation

cordova plugin add https://github.com/wmjalak/cordova-plugin-file-opener

Supported Platforms

  • Android

Example

fileOpener.open("file:///sdcard/Android/data/com.example.application/application.apk");

Release notes

Mar 7, 2016 Initial release