开发者

how to get icon xpm icon file of an app installed in android

开发者 https://www.devze.com 2023-02-22 13:19 出处:网络
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开发者_StackOverflow format.Is there a way for this?

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开发者_StackOverflow format.Is there a way for this?

Thanks in advance . kozlov


Hello all am trying to list all the apps installed in the android device .

Use PackageManager and getInstalledApplications().

I also want to get the icon assocaited with these app in xpm format.

Android does not support XPM images. XPM has been obsolete for over a decade. You are welcome to attempt your own conversion.

0

精彩评论

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