summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-04-29 03:06:26 +0200
committerTianjie Xu <xunchang@google.com>2016-04-29 21:19:43 +0200
commit35926c4b89f9dc51f3e55ef03a61e4da6dcb34be (patch)
tree40b27d4d1fcd410295d64bc7a33002adb230ac6e /ui.h
parentMerge "Improve the layout-related comments." into nyc-dev (diff)
downloadandroid_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar.gz
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar.bz2
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar.lz
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar.xz
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.tar.zst
android_bootable_recovery-35926c4b89f9dc51f3e55ef03a61e4da6dcb34be.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 };