aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/backup_fragment_debug_menu.xml
blob: c84e8b58e0c6e515e66953a8253db8287011212d (plain)
1
2
3
4
5
6
7
8
9
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>