Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对android开发很陌生...我仍处于学习阶段...
对我来说,这似乎是一个很大的森林......
我想做一些具体的事情...
我想创建一个应用程序来列出(复选框)所有已安装的用户应用程序...
我希望每个应用程序都将在应用程序名称的左侧显示徽标...并且复选框将在右侧并且列表将垂直扩展...
因此用户可以检查列表中的任何应用程序...
但我当然不知道从哪里开始 Y_Y
首先阅读 PackageManager。
http://developer.android.com/reference/android/content/pm/PackageManager.html#getInstalledApplications%28int%29
这将为您提供已安装的 android 应用程序的列表。