is there a way to determine what apps a开发者_StackOverflowre 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
See PackageManager.getInstalledApplications()
精彩评论