summaryrefslogtreecommitdiffstats
path: root/recovery_ui/include/recovery_ui/ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-04-23 20:26:08 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-23 20:26:08 +0200
commit3e165c8607781160a727e5a4f19ce7db990128c7 (patch)
tree81e9b527c47bf3379d8080a228e929b19a3cd56b /recovery_ui/include/recovery_ui/ui.h
parentMerge "minadbd: Support rescue install and getprop commands." am: f365574a60 (diff)
parentMerge changes Ibdb7dd0b,Iafd3e846 (diff)
downloadandroid_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.gz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.bz2
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.lz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.xz
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.tar.zst
android_bootable_recovery-3e165c8607781160a727e5a4f19ce7db990128c7.zip
Diffstat (limited to 'recovery_ui/include/recovery_ui/ui.h')
-rw-r--r--recovery_ui/include/recovery_ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery_ui/include/recovery_ui/ui.h b/recovery_ui/include/recovery_ui/ui.h
index d55322cf0..797e2f0d5 100644
--- a/recovery_ui/include/recovery_ui/ui.h
+++ b/recovery_ui/include/recovery_ui/ui.h
@@ -27,6 +27,8 @@
#include <thread>
#include <vector>
+static constexpr const char* DEFAULT_LOCALE = "en-US";
+
// Abstract class for controlling the user interface during recovery.
class RecoveryUI {
public: