aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2016-01-13 15:08:31 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2016-01-13 15:08:31 +0100
commitc113103b82b672dcc7edd9d4d2d3bce6ad4282a8 (patch)
tree9c86f00614f241590a2eb3c5244fa2110e9d4feb /OpenKeychain
parentf404c7f58745d166634f5680a3024297e8f92413 (diff)
downloadopen-keychain-c113103b82b672dcc7edd9d4d2d3bce6ad4282a8.tar.gz
open-keychain-c113103b82b672dcc7edd9d4d2d3bce6ad4282a8.tar.bz2
open-keychain-c113103b82b672dcc7edd9d4d2d3bce6ad4282a8.zip
forgot to commit a file to previous commit (thanks travis)
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/res/menu/backup_fragment_debug_menu.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/menu/backup_fragment_debug_menu.xml b/OpenKeychain/src/main/res/menu/backup_fragment_debug_menu.xml
new file mode 100644
index 000000000..c84e8b58e
--- /dev/null
+++ b/OpenKeychain/src/main/res/menu/backup_fragment_debug_menu.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/debug_accept_any_log"
+ android:title="Debug / Accept any code"
+ android:checkable="true"
+ />
+
+</menu> \ No newline at end of file