Thanks for the feedback. There are definitively security issues to work out. APKs can be multi-process which can be used to isolate the dynamic apks at runtime. An application virtualization layer can be used to keep the apks from writing over each other's files and the APKs themselves can be vetted for malicious code and mis-behaving apps. I don't have all the answers so I appreciate the opportunity to think these issues through.
Kenneth On Dec 4, 12:38 pm, Mark Murphy <[email protected]> wrote: > On Sun, Dec 4, 2011 at 1:32 PM, klewelling <[email protected]> wrote: > > I have developed a technology that allows a host app to > > download and run APKs in its own process. > > That is *so* not a good idea. The backbone of Android security is > process isolation. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android Training...At Your Office:http://commonsware.com/training -- 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

