dya2 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Ability to List Installed Packages #397

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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