I'm developping an application that will run on a tablet device in a store (e.g. restaurant). The device does not have Google Play and is rooted. How do I install an update to my application automatically, with absolutelly NO user interaction?
To clarify, checking for a new version of APK hosted on my server and downloading it are not part of this question, only the "silent" update part is.