posts - 93,  comments - 2,  trackbacks - 0
public static List<ApplicationInfo> getAllInstalledApp(Context context) {
      List<ApplicationInfo> installedPackageList = new ArrayList<ApplicationInfo>();
      List<ApplicationInfo> list = context.getPackageManager().getInstalledApplications(0);
      for (int i = 0; i < list.size(); i++) {
           installedPackageList.add(list.get(i));
      }
      return installedPackageList;
 }
posted on 2014-01-14 16:07 Terry Zou 阅读(155) 评论(0)  编辑  收藏 所属分类: Android

只有注册用户登录后才能发表评论。


网站导航:
 
<2014年1月>
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

常用链接

留言簿(2)

随笔分类

随笔档案

文章分类

文章档案

相册

收藏夹

Java

搜索

  •  

最新随笔

最新评论

阅读排行榜

评论排行榜