开发者

Checking if an application is launchable

开发者 https://www.devze.com 2023-01-24 18:15 出处:网络
I have a list of applications, and I want to weed out all the non launchable/non removeable ones. When I run my program on my phone, it gives me all the ones I dont want also, and yes i have:

I have a list of applications, and I want to weed out all the non launchable/non removeable ones. When I run my program on my phone, it gives me all the ones I dont want also, and yes i have:

ge开发者_运维百科tInstalledApps(false); /* false = no system packages */ 

Any Ideas?

0

精彩评论

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