damonkohler / sl4a

SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
Apache License 2.0
2.44k stars 800 forks source link

Ability to List Installed Packages #225

Open damonkohler opened 9 years ago

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:27

The AndroidFacade includes getPackageVersion(String packageName) and 
getPackageVersionCode(String packageName). This seems woefully incomplete. At a 
minimum, we should have a way to return a list of installed packages, and also 
ways to retrieve the package Market URLs.

Original issue reported on code.google.com by inebriec...@gmail.com on 15 Aug 2010 at 4:38

Copied from original issue: damonkohler/android-scripting#397

damonkohler commented 9 years ago

From @GoogleCodeExporter on May 31, 2015 11:27

There is also getLaunchableApplications and getRunningPackages. However, there 
is room for fleshing this out more.

Original comment by damonkoh...@gmail.com on 16 Aug 2010 at 11:28