From 3ef75e60fef1f16d6a97c3b4ad80c45e362b82ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 9 Apr 2014 11:42:06 +0200 Subject: 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. --- bitmask_android/src/debug/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bitmask_android/src/debug/res/values/strings.xml (limited to 'bitmask_android/src/debug/res/values') 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 @@ + + + Skip security check + -- cgit v1.2.3