# 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

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

## Release notes

Mar 7, 2016
Initial release
