> 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-element.html#proc

http://developer.android.com/guide/topics/manifest/manifest-element.html#uid

-- 
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to