summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-09-18 22:57:07 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-18 22:57:07 +0200
commitc099f2d938532a4097b373b361cfb5615199257e (patch)
tree6990ad74371795a16ac1670bb21ca2f8e6aeb6bd /ui.h
parentam 74a806e5: (-s ours) Reconcile with jb-mr1-release - do not merge (diff)
parentam 5fa8c239: localization for recovery messages (diff)
downloadandroid_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.gz
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.bz2
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.lz
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.xz
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.tar.zst
android_bootable_recovery-c099f2d938532a4097b373b361cfb5615199257e.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index ccbb466ac..acb57663e 100644
--- a/ui.h
+++ b/ui.h
@@ -30,6 +30,9 @@ class RecoveryUI {
// Initialize the object; called before anything else.
virtual void Init();
+ // After calling Init(), you can tell the UI what locale it is operating in.
+ virtual void SetLocale(const char* locale) { }
+
// Set the overall recovery state ("background image").
enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
virtual void SetBackground(Icon icon) = 0;