Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 366 Bytes

Retrieve App Installed from android cordova app

function retrieve(){
  window.apps.list(function(list) {
     alert(list);
  });
}

This plugin retrieves a package name and label name of the apps installed. I don't know how order the list of associated package names of label names.