Skip to content

Applist: A plugin for Cordova that gives the list of installed apps on device

License

Notifications You must be signed in to change notification settings

angelshurikan/Applist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#A plugin to give the list of all installed apps with their icons

##Add the plugin using CLI:

cordova plugin add https://github.com/angelshurikan/Applist

or

cordova plugin add cordova-plugin-applist3

##Usage:

    var success = function(app_list) { alert(JSON.stringify(app_list)); };
    var error = function(app_list) { alert("Oopsie! " + app_list); };
    Applist.createEvent('', '', '', '', '', success, error)

##Detailed usage:
Gives the list of all apps installed on the phone in a JSON object and also saves an icon of each of them in sdcardd//com.ionicframework.xxx/Cache/ ;

JSONObject info; app_list.info.name is app name app_list.info.img is app-logo cache in storage--sdcard0 /com.ionicframework.xxx/Cache/ '.png'. app_list.CATEGORIE_x is boolean

##To Do:

Add the path to save as an argument in the plugin

Add iOS support

##Support

If you can, please fork me. You can also donate to us any amount.

About

Applist: A plugin for Cordova that gives the list of installed apps on device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.9%
  • JavaScript 10.1%