On Feb 13, 11:36 am, Dianne Hackborn <[email protected]> wrote: > This sounds much more complicated than you need. If you just want to load > resources from another .apk, you don't need any code in it at all -- just > use Context.createPackageContext() to get the context for the other package > and load its resources from there.
Are the resources of the another application package essentially public - can any application call Context.createPackageContext() to get the context of a different application? -- 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

