summaryrefslogtreecommitdiff
path: root/bitmask_android/src/debug/res/values/strings.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-09 11:42:06 +0200
committerParménides GV <parmegv@sdf.org>2014-04-09 11:45:15 +0200
commit3ef75e60fef1f16d6a97c3b4ad80c45e362b82ef (patch)
treed34c0998afe507ffb708099f5e00d9531c45e8ac /bitmask_android/src/debug/res/values/strings.xml
parentc12319eb8ff27f41ae577aee19fd341d6191c3d7 (diff)
Danger on resources split into debug and release.
New provider dialog resources use danger_on checkbox in debug, but not in release. This kind of solutions forces us to maintain 2 different codebases for the same class, so beware for next updates. Next step: split java code.
Diffstat (limited to 'bitmask_android/src/debug/res/values/strings.xml')
-rw-r--r--bitmask_android/src/debug/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitmask_android/src/debug/res/values/strings.xml b/bitmask_android/src/debug/res/values/strings.xml
new file mode 100644
index 00000000..3e568115
--- /dev/null
+++ b/bitmask_android/src/debug/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="danger_checkbox">Skip security check</string>
+</resources>