Does a library loaded via <uses-library> load the library into shared
memory?

For example, I created my own library and registered it in /system/etc/
permissions.xml and I have several android applications that declare
that they use that library.  Will each of those android applications
load their own instance of the library's compiled classes, or will the
library get loaded into shared memory such that all the applications
will share the same instance of the library's compiled classes?

>From the prototyping I have done, it seems like the library classes
are not getting loaded into shared memory.

Thanks!!
Cheryl
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to