summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-02 19:38:17 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-05-02 19:38:17 +0200
commit5823dd46df9667c43e8fc3f5ff79987b7432da3f (patch)
tree68f290826eddfe661871617006b7a1b18a8b58a8 /screen_ui.h
parentrecovery: Always log the update attempt. (diff)
parentAdd ability to show "installing security update" (diff)
downloadandroid_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.gz
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.bz2
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.lz
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.xz
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.tar.zst
android_bootable_recovery-5823dd46df9667c43e8fc3f5ff79987b7432da3f.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index d8ac85bea..4319b76ce 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -34,6 +34,7 @@ class ScreenRecoveryUI : public RecoveryUI {
// overall recovery state ("background image")
void SetBackground(Icon icon);
+ void SetSystemUpdateText(bool security_update);
// progress indicator
void SetProgressType(ProgressType type);