开发者

How to determine apps installed on Android device?

开发者 https://www.devze.com 2023-01-14 19:39 出处:网络
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)

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()

0

精彩评论

暂无评论...
验证码 换一张
取 消