add option to toggle self-encrypt for text

This commit is contained in:
Vincent Breitmoser
2018-03-05 14:02:48 +01:00
parent 285184d7c6
commit 3fdc4059b5
4 changed files with 54 additions and 2 deletions

View File

@@ -31,6 +31,12 @@
android:checked="true"
android:checkable="true" />
<item
android:id="@+id/check_enable_self_encrypt"
android:title="@string/label_enable_self_encrypt"
android:orderInCategory="1"
android:checked="true"
android:checkable="true" />
<!--<item-->
<!--android:id="@+id/check_hidden_recipients"-->
<!--android:title="@string/label_hidden_recipients"-->