如何获取android中安装的应用程序的图标 xpm 图标文件
大家好 我正在尝试列出 Android 设备中安装的所有应用程序。 我还想以 xpm 格式获取与这些应用程序关联的图标。有办法吗?
提前致谢 。 科兹洛夫
Hello all
am trying to list all the apps installed in the android device .
I also want to get the icon assocaited with these app in xpm format.Is there a way for this?
Thanks in advance .
kozlov
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 PackageManager 和 getInstalledApplications()。
Android 不支持 XPM 图像。 XPM 已经过时十多年了。欢迎您尝试自己的转换。
Use
PackageManager
andgetInstalledApplications()
.Android does not support XPM images. XPM has been obsolete for over a decade. You are welcome to attempt your own conversion.