Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 232 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 232 Bytes

PMan

Uninstall Android Application from Cordova

Usage

pman.uninstall("any-package-name", function() {
        // This is your success callback.
    }, function(message) {
        // This is your error callback.
    });