summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-08-23 22:14:14 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-23 22:14:14 +0200
commitec5eceb849b7038b271dc5882cbbc8f72265e026 (patch)
tree2aa6f95cb875d258f62a5342ec2bb1ad0093e3bd /install.cpp
parentam a3ccba6d: add bonus data feature to imgdiff/imgpatch/applypatch (diff)
parentadd simple text to recovery UI (diff)
downloadandroid_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar.gz
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar.bz2
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar.lz
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar.xz
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.tar.zst
android_bootable_recovery-ec5eceb849b7038b271dc5882cbbc8f72265e026.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 819650e1f..b8f478130 100644
--- a/install.cpp
+++ b/install.cpp
@@ -277,7 +277,7 @@ exit:
static int
really_install_package(const char *path, int* wipe_cache)
{
- ui->SetBackground(RecoveryUI::INSTALLING);
+ ui->SetBackground(RecoveryUI::INSTALLING_UPDATE);
ui->Print("Finding update package...\n");
ui->SetProgressType(RecoveryUI::INDETERMINATE);
LOGI("Update location: %s\n", path);