Say package A gets a package B's Context by calling
Context pkgBctx = createPackageContext ("B", 0);
While package A is holding on to and using pkgBctx, package B gets
uninstalled. What is supposed to happen then? According to my tests
and much to my surprise, package A seems to be able to use the
uninstalled package's Context undisturbed until it drops the reference
or is restarted.
Are packages somehow reference-counted? I couldn't find anything to
explain this in the docs...
Thank in advance!
--
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