Android获取在桌面上有图标的app列表的方法:

Intent intent = new Intent(Intent.ACTION_MAIN);intent.addCategory(Intent.CATEGORY_LAUNCHER);List appsWithLauncher = getPackageManager().queryIntentActivities(intent, 0);

注:这种方法无法获取到app动态生成的桌面快捷方式

更多相关文章

  1. android asset中 zip包解压sdcard
  2. android 连接webservice
  3. Android(安卓)JNI入门第三篇――jni头文件分析
  4. android源码编译出现No private recovery resources for TARGET_
  5. android IApplicationToken分析
  6. android学习资料与资源记录
  7. Android(安卓)面试题(经典)
  8. appt命令检测Apk信息的方法
  9. android通用适配器

随机推荐

  1. android ip地址,手机号码,邮箱格式验证
  2. Android各个版本API的差异
  3. 模仿android新浪微博手机客户端项目
  4. Android——检测TXT文件中是否含有双字节
  5. Android(安卓)广播大全 Intent Action 事
  6. Android(安卓)命令 - sqlite3
  7. Android(安卓)WebView学习
  8. 安卓霓虹灯效果
  9. Button 有按下效果
  10. Android WebView使用总结