pa018 wrote:
> hi,all
>       there is an article in android document(Dev Guide/Publishing/Signing
> Your Applications/Signing Strategies)
> 
>       "Application modularity – The Android system allows applications that
> are signed by the same certificate to run in the same process, if the
> applications so requests, so that the system treats them as a single
> application. In this way you can deploy your application in modules,
> and users can update each of the modules independently if needed."
> 
>       in this article, what does "module" mean? is it an apk or something
> else?

It means an APK, AFAICT.

>       and if module is apk, how to install & update an apk by main apk
> without user operation?

SDK applications cannot "install & update an apk...without user operation".

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 22-26 February 2010: http://onlc.com

-- 
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

Reply via email to