aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res')
-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