Actually I'm doing a shell extension for windows, showing the icon of
apk files in windows, isn't it a good idea? :D
so I want to know where the icon located in apk file, and I'm using
android API...

Thanks for your tip, at least I can go and see the source code of
packagemanager..

BR,
KK

On Oct 7, 2:58 am, Justin Anderson <janderson....@gmail.com> wrote:
> What exactly are you trying to do with this icon?
>
> You can get the icon of an installed application on your phone via
> PackageManager.getActivityIcon() or PackageManager.getApplicationIcon().
>
> http://developer.android.com/reference/android/content/pm/PackageMana...
>
> Thanks,
> Justin
>
> ----------------------------------------------------------------------
> There are only 10 types of people in the world...
> Those who know binary and those who don't.
> ----------------------------------------------------------------------
>
>
>
> On Tue, Oct 6, 2009 at 12:50 AM, KK <guo.jing...@gmail.com> wrote:
>
> > Hi,
>
> > I'm trying to get the icon from an apk file, but I found not every app
> > use the the icon.png under res/, and androidmanifest.xml is compiled
> > inside apk, where I can get the position information?
>
> > Thx & BR,
> > KK- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to