Hello Everyone!
I am trying to load a class from another .apk which uses the same
sharedUser as my apk.
No matter what I try, I always get just ClassNotFoundExeption.
This is one thing I have tried:
classLoader = context.createPackageContext(pInfo.packageName,
0).getClassLoader();
classLoader.loadClass("myClass");
Is there any other way to make this work?
--
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