Show progress when installing AB updates

Change-Id: If8cd2e2da1f15a4af415aa35ccf61052c318333f
This commit is contained in:
Gabriele M
2017-11-30 23:40:59 +01:00
parent ea43b93655
commit 410160bf9a
2 changed files with 6 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ public class UpdaterService extends Service {
}
case INSTALLING: {
mNotificationBuilder.mActions.clear();
mNotificationBuilder.setProgress(0, 0, true);
mNotificationBuilder.setProgress(0, 0, false);
mNotificationStyle.setSummaryText(null);
String text = getString(R.string.installing_update);
mNotificationStyle.bigText(text);