On Tue, Aug 30, 2011 at 8:21 AM, Giorgio Torres <[email protected]> wrote: > But how does Android Market or even the ADB (when we deploy an app to it > through Eclipse), do that?
Android Market is a privileged app. adb works outside of the device. > Another way is I can send the apk to the client, an the owner must click on > the apk object to install? Sure. If you put your APK on a Web server with the right MIME type, a link to that APK that the user clicks will trigger a download and install. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* 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

