On Tue, Aug 30, 2011 at 7:06 AM, Giorgio Torres <[email protected]> wrote: > Hi, I would like to know if anyone here has any idea on how can I send an > APK through the WiFi internet and > install it automatically?
There is no way to install it automatically. > I'm developing a client-server system in which I need the server send the > app installation to the client (this one is the android dev) when it is > connected to it, > and perform the installation of that app, just with the permission of the > client phone owner, if any. You are welcome to have your existing app on the phone download an APK and arrange to kick off an install, but the user will need to confirm the installation at that point. Otherwise, by definition, your server is not "connected to it". -- 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

