This won't work. If resources are not exposed in android.R.drawable, then they are private resources. You cannot and should not access them.
On Tue, Oct 13, 2009 at 4:02 PM, szabolcs <[email protected]> wrote: > > To clarify: > > I am aware of the possibility to 'enumerate' a > File file = new File("android.jar"); > JarFile jarFile = new JarFile(file); > > I suppose this might work, but I was looking for the 'proper android > way' through APIs - if there is one.. > > Thank you again, > > -szabolcs > > > > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

