summaryrefslogtreecommitdiffstats
path: root/recovery_ui/include/recovery_ui/ui.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-07-26 19:39:20 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-07-26 19:39:20 +0200
commit5d9f963e4e2e906a0901f2d55abb97edb77feeaa (patch)
tree9561d98b386049517107aaff687f0f3f5191dbb5 /recovery_ui/include/recovery_ui/ui.h
parentMerge "Clean up some global variables in common.h" (diff)
parentCreate a new function to return the help message for menu (diff)
downloadandroid_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar.gz
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar.bz2
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar.lz
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar.xz
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.tar.zst
android_bootable_recovery-5d9f963e4e2e906a0901f2d55abb97edb77feeaa.zip
Diffstat (limited to 'recovery_ui/include/recovery_ui/ui.h')
-rw-r--r--recovery_ui/include/recovery_ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/include/recovery_ui/ui.h b/recovery_ui/include/recovery_ui/ui.h
index a95f935e4..08ec1d76a 100644
--- a/recovery_ui/include/recovery_ui/ui.h
+++ b/recovery_ui/include/recovery_ui/ui.h
@@ -118,7 +118,7 @@ class RecoveryUI {
// Returns true if you have the volume up/down and power trio typical of phones and tablets, false
// otherwise.
- virtual bool HasThreeButtons();
+ virtual bool HasThreeButtons() const;
// Returns true if it has a power key.
virtual bool HasPowerKey() const;