On Thu, Sep 27, 2012 at 9:42 PM, nick lee <[email protected]> wrote: > If apk have not been installed, how to get it's Context? When i used > "createPackageContext", it just throw me "NameNotFoundException". So, i need > your suggest and help. Thanks.
AFAIK, this is not possible. However, APK files are ZIP files, so certain contents may be accessible by using java.util.zip classes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.2 Available! -- 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

