summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-02 19:57:21 +0200
committerTianjie Xu <xunchang@google.com>2016-05-02 20:09:26 +0200
commitcacb47b2a38a84eaae94dd10857a83b7c6b1885e (patch)
tree491b260014a699b690ce32b1a9554b14eb3705ed /ui.h
parentrecovery: Always log the update attempt. (diff)
parentMerge "Add ability to show "installing security update"" into nyc-dev (diff)
downloadandroid_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.gz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.bz2
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.lz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.xz
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.tar.zst
android_bootable_recovery-cacb47b2a38a84eaae94dd10857a83b7c6b1885e.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index ca72911db..82d95a346 100644
--- a/ui.h
+++ b/ui.h
@@ -39,6 +39,7 @@ class RecoveryUI {
// Set the overall recovery state ("background image").
enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
virtual void SetBackground(Icon icon) = 0;
+ virtual void SetSystemUpdateText(bool security_update) = 0;
// --- progress indicator ---
enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };