Android: how to share code between projects signed with the same certificate
Posted
by tomash
on Stack Overflow
See other posts from Stack Overflow
or by tomash
Published on 2010-04-27T13:05:11Z
Indexed on
2010/04/27
23:33 UTC
Read the original article
Hit count: 324
In Android documentation concerning code signing we can read: "By signing multiple applications with the same certificate and using signature-based permissions checks, your applications can share code and data in a secure manner."
How exactly such code sharing can be done? Is it possible to release main application and multiple exchangeable plugins then discover them at runtime? What does source code looks like and what are advantages over "standard" intents calls from/to different APK packages?
© Stack Overflow or respective owner