kgmarsch / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

Real Autoupdate #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I thought it will automatically do all the process of downloading and 
installing the apk, not just showing the notification. Is there a way to do 
this?

What version of the product are you using? On what operating system?
1.7 - Windows

Please provide any additional information below.
download and install the apk

Original issue reported on code.google.com by fgutier...@garperenergy.com on 25 Oct 2012 at 4:31

GoogleCodeExporter commented 9 years ago
If you use a rooted device, you may use SilentAutoUpdate, which automatically 
installs updates without any user interaction.

If your device is not rooted -- there's no way to install anything on the 
device without the user consent, hence the notification (s)he has to click in 
order to start the installation.

APK is downloaded automatically in both cases, only installation process 
differs.

Original comment by lenik.terenin on 25 Oct 2012 at 8:14