0.0.2 • Published 2 months ago

installed-apps v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

installed-apps

Gets a list of installed applications

Install

npm install installed-apps
npx cap sync

API

getInstalledApps()

getInstalledApps() => Promise<{ value: string; }>

This method returns all the installed applications in your device! It returns JSON string containing an array of objects having the following structure:

[{
  "packageName": "",
  "encodedIcon": "" -- Base64 encoded string
}]

NOTE: Currently only supported for Android

Returns: Promise<{ value: string; }>


0.0.2

2 months ago

0.0.1

5 months ago