Hi, I'm wondering if there could be some issue with package naming and classloing For instance, I've application1 (app1.apk) including the following packages: a.app1 a.shared
And another application2 (app2.apk) including the following packages: a.app2 a.shared Classes under a.shared packages are slightly different (e.g. because of different versions), Could there be any issue ? Are we sure that app1 and app2 doesn't shared the same classes ? Are we sure app1 and app2 have their own ClassLoader ? So app1 and app2 are really isolated ? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

