sinoservicesinstall

1.0.0 • Public • Published

phonegap-plugin-install

This PhoneGap plugin allows you isntall other apk silent or normal.

only support android platfrom

Installation

Automatically (CLI / Plugman)

download is compatible with Cordova Plugman, compatible with PhoneGap 3.0 CLI, here's how it works with the CLI:

$ phonegap local plugin add https://github.com/SherlockShi/phonegap-plugin-install.git

or

$ ionic cordova plugin add https://github.com/SherlockShi/phonegap-plugin-install.git

run this command afterwards (backup your project first!):

$ cordova prepare

install.js is brought in automatically. There is no need to change or add anything in your html.

Usage

js

// install
var path = '/sdcart0/test.apk';
window.install.install(path, function() {
     console.log('install');
});

LICENSE

MIT

Have a nice day!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sinoservicesinstall

    Weekly Downloads

    0

    Version

    1.0.0

    License

    Apache 2.0

    Last publish

    Collaborators

    • yelochina