Copy the updates for uncrypt using a Service

Same as change I488018d01c0baf74660362a384e53bfe5d85de2b
("Use a service to export the updates"). While at it, move the code
out of UpdaterService to better separate the code that deal with AB
updates and regular updates.

Change-Id: I2bc3e78e80f5e63c57303cbbcdc0353dbab0f67f
This commit is contained in:
Gabriele M
2017-11-30 23:41:00 +01:00
parent 05150dacbf
commit ac36e3b8e6
8 changed files with 181 additions and 128 deletions

View File

@@ -53,4 +53,6 @@ public interface Controller {
boolean isInstallingUpdate(String downloadId);
boolean isInstallingUpdate();
boolean isInstallingABUpdate();
}