means that exception is coming due to different user IDs?? why cant that method use any variable of the activity??
Regarding Loading and ulloading of .apk in the /sdcard, I am making sure to put it in the card only when I am executing my application and after competion of my application I am deleting it from /sdcard programmatically. Please give any idea to get rid of that exception... On Apr 17, 6:44 pm, "Mark Murphy" <[email protected]> wrote: > > The application will be residing in the /sdcard/ and I am loading it > > dynamically using PathClassLoader API. > > and using Method.invoke() function I am invoking the method residing > > in that class. > > Do not do that unless you have some means of ensuring that the code you > are loading off that SD card is your code, and not some piece of malware. > > > both are different application and I think both have different user > > IDs. Is there any way to run both application as the same userID and > > in the same process.??? > > http://developer.android.com/guide/topics/manifest/application-elemen... > > http://developer.android.com/guide/topics/manifest/manifest-element.h... > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 2.0 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 -~----------~----~----~----~------~----~------~--~---

