tags:

views:

38

answers:

1

Hi, is there a way to determine what apps are currently installed on an android device? I guess reading /data/app directory doesn't do the trick (access denied) thanks in advance for your help regards peter

+2  A: 

See PackageManager.getInstalledApplications()

Nic Strong