summaryrefslogtreecommitdiffstats
path: root/gui/basicTheme/res/ui.xml
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-04-15 06:25:26 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-16 17:30:26 +0200
commitbf4efa39e4f710100c3087be5ecde014d089b1d8 (patch)
treea7eec6533b60db78ca4f2686b9b10e018406f964 /gui/basicTheme/res/ui.xml
parentSupport .md5sum extension for package verification (diff)
downloadandroid_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar.gz
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar.bz2
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar.lz
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar.xz
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.tar.zst
android_bootable_recovery-bf4efa39e4f710100c3087be5ecde014d089b1d8.zip
Diffstat (limited to 'gui/basicTheme/res/ui.xml')
-rw-r--r--gui/basicTheme/res/ui.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/basicTheme/res/ui.xml b/gui/basicTheme/res/ui.xml
index 442f410c1..3b3110135 100644
--- a/gui/basicTheme/res/ui.xml
+++ b/gui/basicTheme/res/ui.xml
@@ -703,7 +703,10 @@
<placement x="%col1_x%" y="525" />
<font resource="font" color="white" />
<text>.android_secure</text>
- <condition var1="fileexists" var2="/sdcard/.android_secure" />
+ <conditions>
+ <condition var1="tw_has_android_secure" var2="1" />
+ <condition var1="fileexists" var2="/and-sec" />
+ </conditions>
<data variable="tw_backup_andsec" />
<image checked="checkbox_true" unchecked="checkbox_false" />
</object>