On Mon, Aug 15, 2011 at 5:00 AM, vanmaple <[email protected]> wrote: > The normal way to open an Activity is by creating an new Intent, > passing it the name of the package and class. > My case is a little bit different: I want to load the dex by using > DexClassLoader from a apk file on SDCard. Methods and classes from the > loaded apk package work fine , but only the Activity sub classes. I > registered the Activity in caller application's manifest, but it shows > it cannot found the specified activity. In fact, it tries to find the > activity from the caller's apk (installed). > How to launch a Activity without using Intent in Android?
You can't. -- 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 3.6 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

