On Sun, May 3, 2009 at 11:47 AM, Mark Murphy <[email protected]> wrote: > > Raphael wrote: >> http://developer.android.com/reference/android/content/pm/PackageManager.html#getResourcesForApplication(java.lang.String) > > Hmmmm...clearly I need to spend more time poking around the dusty > corners of PackageManager...
Well I only know because Dianne told me it was possible a while ago. At first I was surprised too. One more reason why android needs to keep the original apk around unmodified. What's more interesting: if you split your application in various packages, e.g. activity apk vs service apk, you can share resources and avoid duplication. R/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

